add intial support for grml-repos
[grml-debootstrap.git] / config
diff --git a/config b/config
index 9355f27..507eeb1 100644 (file)
--- a/config
+++ b/config
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Nov 17 22:58:32 CET 2006 [mika]
+# Latest change: Sam Nov 18 10:32:30 CET 2006 [mika]
 ################################################################################
 
 ################################################################################
@@ -50,6 +50,14 @@ MIRROR='ftp://ftp.debian.de/debian'
 # if empty then any existing /etc/apt/sources.list will be taken
 CHROOTMIRROR='ftp://ftp.debian.de/debian'
 
+# add grml repository to /etc/apt/sources.list
+# if empty then the repository won't be added
+GRMLREPOS='yes'
+
+# install packages from grml-pool? requires activated $GRMLREPOS from above
+# if empty nothing will be added
+GRMLPACKAGES='grml-etc-core'
+
 # release (which Debian version should be installed)
 # supported values: sarge etch sid
 RELEASE='etch'