Use GRML_FAI_CONFIG instead of FAI_CONFIGDIRl
[grml-live.git] / etc / grml / grml-live.conf
index 816c7aa..a69f5e0 100644 (file)
@@ -18,8 +18,8 @@ TARGET="/dev/shm/fai" # FIXME / TODO
 # which FAI classes do you want to use by default?
 CLASSES="GRML"
 
-# directory of configuration files for FAI:
-FAI_CONFIG=/etc/grml/fai
+# directory of configuration files for grml-live's FAI:
+GRML_FAI_CONFIG=/etc/grml/fai
 
 # specify hostname of the live-system:
 HOSTNAME=grml
@@ -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"