X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=bd75618bb8985dc7c84fbe8f50ee1697a184ebb5;hp=caa3a325a4228db3fbf55ed94a23bfb7e0882233;hb=7cc268e168259a681c0244f9d73a28b7dc4d3769;hpb=cbf40a49324ae7feb468e528a7845465304faaff diff --git a/config b/config index caa3a32..bd75618 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., @@ -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'