Update docs to reflect current FAI_CONFIG_SRC setup.
authorMichael Prokop <mika@grml.org>
Wed, 4 Nov 2009 22:40:01 +0000 (23:40 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 4 Nov 2009 22:40:01 +0000 (23:40 +0100)
debian/changelog
docs/grml-live.txt
grml-live

index 7966902..b4be089 100644 (file)
@@ -1,3 +1,9 @@
+grml-live (0.9.32) UNRELEASED; urgency=low
+
+  * Update docs to reflect current FAI_CONFIG_SRC setup.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 23:39:26 +0100
+
 grml-live (0.9.31) unstable; urgency=low
 
   [ Michael Prokop ]
 grml-live (0.9.31) unstable; urgency=low
 
   [ Michael Prokop ]
index c5fe14d..3d7d0f5 100644 (file)
@@ -359,8 +359,9 @@ commandline.
 
 Main configuration file for FAI which specifies where all the configuration
 files and scripts for FAI/grml-live can be found. By default it is set to
 
 Main configuration file for FAI which specifies where all the configuration
 files and scripts for FAI/grml-live can be found. By default it is set to
-FAI_CONFIGDIR=/etc/grml/fai/config, a directory shipped by grml-live
-out-of-the-box so you shouldn't have to configure anything in this file.
+FAI_CONFIG_SRC=file:///etc/grml/fai/config being a directory shipped by
+grml-live out-of-the-box so you shouldn't have to configure anything in this
+file.
 
   /etc/grml/fai/make-fai-nfsroot.conf
 
 
   /etc/grml/fai/make-fai-nfsroot.conf
 
index 18f4e06..beff79c 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.31'
+GRML_LIVE_VERSION='0.9.32-pre1'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'