X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=d2d7e1627b141093ae9e3ef0ca9308358135a754;hp=bd75618bb8985dc7c84fbe8f50ee1697a184ebb5;hb=840f5b81bb6a0749a8f5360355f199d9655e9a1a;hpb=7cc268e168259a681c0244f9d73a28b7dc4d3769 diff --git a/config b/config index bd75618..d2d7e16 100644 --- a/config +++ b/config @@ -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'