Make grml-live script usable, update docs and config files
[grml-live.git] / etc / grml / grml-live.conf
index 02feb1d..816c7aa 100644 (file)
@@ -30,4 +30,21 @@ USERNAME=grml
 # do you want to pass any additional arguments to FAI?
 FAI_ARGS=""
 
+# do you want to generate /etc/grml/fai/apt/sources.list via grml-live?
+# otherwise just take what /etc/grml/fai/apt/sources.list provides by default
+# GRML_LIVE_SOURCES="
+#deb http://192.168.1.112/debian     etch         main contrib non-free
+#deb http://deb.grml.org/            grml-stable  main
+#deb http://deb.grml.org/            grml-testing main
+#deb http://ftp.de.debian.org/debian etch         main contrib non-free
+#"
+
+# Which Debian flavour and which mirror do you want to use for debootstrapping?
+# Unless specified the default from /etc/grml/fai/make-fai-nfsroot.conf will be
+# taken. If you specify a value then the file
+# /etc/grml/fai/make-fai-nfsroot.conf will be updated by grml-live on the fly.
+# usage: <flavour> <mirror>
+# FAI_DEBOOTSTRAP="etch http://ftp.de.debian.org/debian"
+
+
 ## END OF FILE #################################################################