X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=config;h=ab58c4c17138f1e3eafe038b88387bc51c475dfa;hb=189044aa68084cb1f74b7ead3cc577758bbc808a;hp=f611575071d67d95f8918c4606f11484623fb9a1;hpb=72dd31f6584e5375a4a9970254c04838dec1ce72;p=grml-debootstrap.git diff --git a/config b/config index f611575..ab58c4c 100644 --- a/config +++ b/config @@ -111,11 +111,20 @@ DEBIAN_FRONTEND='noninteractive' # install packages defined in /etc/debootstrap/packages? PACKAGES='yes' +# pre-seed packages using /etc/debootstrap/debconf-selections (if exist)? +DEBCONF='yes' + +# execute scripts from /etc/debootstrap/chroot-scripts/ inside the chroot? +CHROOT_SCRIPTS='yes' + +# execute scripts from /etc/debootstrap/scripts/ after setting up chroot? +SCRIPTS='yes' + # install extra packages (.deb) from /etc/debootstrap/extrapackages/? EXTRAPACKAGES='yes' # place of config files for debootstrap -CONFFILES='/etc/debootstrap/' +CONFFILES='/etc/debootstrap' # mount point where chroot actions should take place # MNTPOINT='/mnt/debootstrap' @@ -135,7 +144,8 @@ FSCK='yes' # FSCKTOOL='' # which packages do you want do dpkg-reconfigure? -RECONFIGURE='locales console-data' +# RECONFIGURE='locales console-data' +RECONFIGURE='console-data' # use /etc/debootstrap/locale.gen for configuration of locales? LOCALES='yes'