Skip to content

Commit

Permalink
Fix description of SCRIPTS variable in config file
Browse files Browse the repository at this point in the history
While at it adjust order of CHROOT_SCRIPTS, PRE_SCRIPTS and
CHROOT_SCRIPTS to better fit the actual execution order.

Thanks: Jimmy Gredler for the hint
  • Loading branch information
mika committed Nov 7, 2013
1 parent af82910 commit 53d51ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config
Expand Up @@ -125,15 +125,15 @@
# Default: 'yes' (if file exists)
# DEBCONF='no'

# Run scripts from /etc/debootstrap/chroot-scripts/ inside chroot.
# Default: 'yes'
# CHROOT_SCRIPTS='no'

# Run scripts from /etc/debootstrap/pre-scripts/ before creating the chroot.
# Default: 'yes'
# PRE_SCRIPTS='no'

# Run scripts from /etc/debootstrap/pre-scripts/ after setting up chroot.
# Run scripts from /etc/debootstrap/chroot-scripts/ inside chroot.
# Default: 'yes'
# CHROOT_SCRIPTS='no'

# Run scripts from /etc/debootstrap/scripts/ after setting up chroot.
# Default: 'yes'
# SCRIPTS='no'

Expand Down

0 comments on commit 53d51ac

Please sign in to comment.