X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=f611575071d67d95f8918c4606f11484623fb9a1;hp=2263704ed953fdfb7b91a1bfe06e2fbc277062ac;hb=72dd31f6584e5375a4a9970254c04838dec1ce72;hpb=b38efce83a3195e0db5e11305e0ce54ac7fdb985;ds=sidebyside diff --git a/config b/config index 2263704..f611575 100644 --- a/config +++ b/config @@ -58,6 +58,10 @@ CHROOTMIRROR='ftp://ftp.debian.de/debian' # use an available Debian-ISO instead # ISO='file:/mnt/iso/debian/' +# do not build /etc/apt/sources.list on the fly. This allow user to +# provide their own apt sources.list from /etc/debootstrap/etc/apt/sources.list +# KEEP_SRC_LIST='yes' + # add grml repository to /etc/apt/sources.list # if empty then the repository won't be added (notice: in testing phase) # GRMLREPOS='yes' @@ -92,6 +96,11 @@ HOSTNAME='grml' # supported values: debootstrap cdebootstrap DEBOOTSTRAP='debootstrap' +# 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., +# DEBOOTSTRAP_OPT='--include=debconf-utils,locales,pciutils --exclude=nano,tasksel,tasksel-data,iptables' + # Which debconf-frontend should be used? DEBIAN_FRONTEND='noninteractive'