multistrap/examples/config.sh
Neil Williams 680a0c6fca Add option to specify the apt default release directly.
* Add option to specify the apt default release directly and
  change the manpage content to advise on how this further
  complicates the permutations of apt configuration. Add
  commands to direct apt at the apt.conf.d and preferences.d
  directories within the chroot. (Closes: #717886)
2015-04-12 18:04:22 +01:00

10 lines
261 B
Bash
Executable file

#!/bin/sh
set -e
# This config script provides a method of adjusting the tarball
# contents after multistrap has completed.
# The script is copied into the tarball and unpacked to:
# /config.sh
# This example file can act as a skeleton for your own scripts.