Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf v0.9.32
authorMichael Prokop <mika@grml.org>
Sun, 8 Nov 2009 10:53:50 +0000 (11:53 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 8 Nov 2009 10:54:04 +0000 (11:54 +0100)
debian/changelog
docs/grml-live.txt
etc/grml/fai/fai.conf
grml-live

index b4be089..a3065e3 100644 (file)
@@ -1,8 +1,11 @@
-grml-live (0.9.32) UNRELEASED; urgency=low
+grml-live (0.9.32) unstable; urgency=low
 
-  * Update docs to reflect current FAI_CONFIG_SRC setup.
+  * Update docs to reflect current FAI_CONFIG_* setup.
+  * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
+    so FAI versions older than 3.3 still work. Thanks for the bugreport,
+    Christian Hofstaedtler.
 
- -- Michael Prokop <mika@grml.org>  Wed, 04 Nov 2009 23:39:26 +0100
+ -- Michael Prokop <mika@grml.org>  Sun, 08 Nov 2009 11:50:46 +0100
 
 grml-live (0.9.31) unstable; urgency=low
 
index 3d7d0f5..0cf9f3b 100644 (file)
@@ -358,8 +358,9 @@ commandline.
   /etc/grml/fai/fai.conf
 
 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_CONFIG_SRC=file:///etc/grml/fai/config being a directory shipped by
+files and scripts for FAI/grml-live can be found. By default the configuration
+variables are FAI_CONFIG_SRC=file:///etc/grml/fai/config and
+FAI_CONFIGDIR=/etc/grml/fai/config - both pointing to a directory shipped by
 grml-live out-of-the-box so you shouldn't have to configure anything in this
 file.
 
index 526c17d..c6ede7d 100644 (file)
@@ -24,6 +24,7 @@ FAI_LOGPROTO=ssh
 # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,...
 #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
 FAI_CONFIG_SRC=file:///etc/grml/fai/config
+FAI_CONFIGDIR=/etc/grml/fai/config
 
 # the following variables are read only for most users
 
index beff79c..afbf7d6 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.32-pre1'
+GRML_LIVE_VERSION='0.9.32'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'