grml-debootstrap.8.txt: Add Squeeze as alternative recommendation as suite.
[grml-debootstrap.git] / config
diff --git a/config b/config
index f99d312..d2d7e16 100644 (file)
--- 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'
@@ -144,7 +147,7 @@ TUNE2FS='tune2fs -c0 -i0'
 # check filesystem when chroot stuff finished?
 FSCK='yes'
 
-# which tool should be used for fsck? if unset the tool will be guesst based on $MKFS
+# which tool should be used for fsck? if unset the tool will be guessed based on $MKFS
 # FSCKTOOL=''
 
 # which packages do you want do dpkg-reconfigure?
@@ -157,6 +160,9 @@ LOCALES='yes'
 # use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime
 TIMEZONE='Europe/Vienna'
 
+# remove apt cache in chroot after installation of packages finished?
+RM_APTCACHE='yes'
+
 # generate initrd via update-initramfs?
 INITRD='yes'