Support config variable RM_APTCACHE.
[grml-debootstrap.git] / config
diff --git a/config b/config
index b748cf2..1cac751 100644 (file)
--- a/config
+++ b/config
@@ -113,10 +113,10 @@ DEBIAN_FRONTEND='noninteractive'
 # STAGES='/var/cache/grml-debootstrap'
 
 # install packages defined in /etc/debootstrap/packages?
-PACKAGES=
+PACKAGES='yes'
 
 # pre-seed packages using /etc/debootstrap/debconf-selections (if exist)?
-DEBCONF=
+DEBCONF='yes'
 
 # execute scripts from /etc/debootstrap/chroot-scripts/ inside the chroot?
 CHROOT_SCRIPTS='yes'
@@ -160,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'