X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=daf4f2e3c788d559175a14ff0bdb0f8153221b63;hp=caa3a325a4228db3fbf55ed94a23bfb7e0882233;hb=f7fc84f60c591f0c37ec57004c709e05f43dcbba;hpb=cbf40a49324ae7feb468e528a7845465304faaff diff --git a/config b/config index caa3a32..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: @@ -93,6 +93,10 @@ HOSTNAME='grml' # supported values: debootstrap cdebootstrap DEBOOTSTRAP='debootstrap' +# check signature of release file per default +# set to any other value then yes to disable signature checks. +SECURE='yes' + # To pass extra parameters to the debootstrap command. This feature allows # grml-debootstrap to pass extra parameters, e.g., --include=, --exclude=, # --components=, etc to debootstrap. E.g., @@ -116,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' @@ -140,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? @@ -153,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'