From: Michael Gebetsroither Date: Sat, 5 Dec 2009 17:26:55 +0000 (+0100) Subject: add default config and activate pre_scripts there X-Git-Tag: v0.33~8^2~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=f904c444c49c4c9050c33bfec9ef957f3b164ea4;hp=22e306074e919b92cbf50939112ac69e98c13a27 add default config and activate pre_scripts there --- diff --git a/config b/config index f99d312..bd75618 100644 --- a/config +++ b/config @@ -120,6 +120,9 @@ DEBCONF='yes' # execute scripts from /etc/debootstrap/chroot-scripts/ inside the chroot? CHROOT_SCRIPTS='yes' +# +# execute scripts from /etc/debootstrap/pre-scripts/ before setting up chroot? +PRE_SCRIPTS='yes' # execute scripts from /etc/debootstrap/scripts/ after setting up chroot? SCRIPTS='yes'