update config file to reflect my recent patches
authorTong Sun <suntong@cpan.org>
Sun, 5 Oct 2008 22:02:47 +0000 (18:02 -0400)
committerMichael Prokop <mika@grml.org>
Sun, 5 Oct 2008 22:14:27 +0000 (00:14 +0200)
- added config var DEBOOTSTRAP_OPT & KEEP_SRC_LIST

mika, please check the my email "grml-debootstrap patches" for the DEBOOTSTRAP_OPT patch.

config

diff --git a/config b/config
index 2263704..f611575 100644 (file)
--- 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'