From: Michael Prokop Date: Thu, 7 Nov 2013 13:51:05 +0000 (+0100) Subject: Fix description of SCRIPTS variable in config file X-Git-Tag: v0.58~2 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=53d51ac3dd4395199fb7b6b2374cd942c1617434 Fix description of SCRIPTS variable in config file 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 --- diff --git a/config b/config index 8cec882..6efc119 100644 --- a/config +++ b/config @@ -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'