Fix usage of GRML_LIVE_SOURCES
[grml-live.git] / etc / grml / grml-live.conf
index 816c7aa..feae0fa 100644 (file)
@@ -30,9 +30,10 @@ 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?
+# do you want to generate /etc/grml/fai/apt/sources.list on-the-fly via grml-live?
 # otherwise just take what /etc/grml/fai/apt/sources.list provides by default
-# GRML_LIVE_SOURCES="
+# GRML_LIVE_SOURCES has to look like a usual /etc/apt/sources.list entry
+#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
@@ -42,7 +43,7 @@ FAI_ARGS=""
 # 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.
+# /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"