From f904c444c49c4c9050c33bfec9ef957f3b164ea4 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sat, 5 Dec 2009 18:26:55 +0100 Subject: [PATCH 1/1] add default config and activate pre_scripts there --- config | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.1.4