From 53d51ac3dd4395199fb7b6b2374cd942c1617434 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 7 Nov 2013 14:51:05 +0100 Subject: [PATCH] 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 --- config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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' -- 2.1.4