From: Tong Sun Date: Sun, 5 Oct 2008 22:02:47 +0000 (-0400) Subject: update config file to reflect my recent patches X-Git-Tag: v0.23~22 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=72dd31f6584e5375a4a9970254c04838dec1ce72 update config file to reflect my recent patches - added config var DEBOOTSTRAP_OPT & KEEP_SRC_LIST mika, please check the my email "grml-debootstrap patches" for the DEBOOTSTRAP_OPT patch. --- 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'