X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=daf4f2e3c788d559175a14ff0bdb0f8153221b63;hp=b748cf296ed14f462af0cbd262a117a71e4f15b5;hb=95037fa5039580eb081bf568b479d04d1df58786;hpb=190788f7894ad368ea24d27b8acc2cef7db692d4 diff --git a/config b/config index b748cf2..daf4f2e 100644 --- a/config +++ b/config @@ -63,9 +63,9 @@ MIRROR='http://cdn.debian.net/debian' # GRMLPACKAGES='grml-etc-core' # release (which Debian version should be installed) -# supported values: etch (old-stable), lenny (stable), -# squeeze (testing), sid (unstable) -RELEASE='lenny' +# supported values: lenny (old-stable), squeeze (stable), +# wheezy (testing), sid (unstable) +RELEASE='squeeze' # define components that should be used within sources.list # default: @@ -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' @@ -147,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? @@ -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'