X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=b748cf296ed14f462af0cbd262a117a71e4f15b5;hp=caa3a325a4228db3fbf55ed94a23bfb7e0882233;hb=64c45991d59f9caa9e4fb18c035a789718b71001;hpb=cbf40a49324ae7feb468e528a7845465304faaff diff --git a/config b/config index caa3a32..b748cf2 100644 --- a/config +++ b/config @@ -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., @@ -109,13 +113,16 @@ DEBIAN_FRONTEND='noninteractive' # STAGES='/var/cache/grml-debootstrap' # install packages defined in /etc/debootstrap/packages? -PACKAGES='yes' +PACKAGES= # pre-seed packages using /etc/debootstrap/debconf-selections (if exist)? -DEBCONF='yes' +DEBCONF= # 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'