Adjust FAI_CONFIG_SRC variable in fai.conf
authorMichael Prokop <mika@grml.org>
Sun, 1 Nov 2009 12:09:28 +0000 (13:09 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 1 Nov 2009 12:09:28 +0000 (13:09 +0100)
debian/changelog
etc/grml/fai/fai.conf

index 83dee53..56319c5 100644 (file)
@@ -12,12 +12,15 @@ grml-live (0.9.30) UNRELEASED; urgency=low
     - force installation of file-rc using aptitude's
       Aptitude::ProblemResolver::Keep-All-Tier option.
     - drop insserv package.
     - force installation of file-rc using aptitude's
       Aptitude::ProblemResolver::Keep-All-Tier option.
     - drop insserv package.
+  * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with
+    'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with
+    fai >=3.2.23.
 
   [ Ulrich Dangel ]
   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
     [Closes: issue758]
 
 
   [ Ulrich Dangel ]
   * Remove denglish phrase from help file. Thanks to Andreas Gredler.
     [Closes: issue758]
 
- -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 12:09:58 +0100
+ -- Michael Prokop <mika@grml.org>  Sun, 01 Nov 2009 13:08:40 +0100
 
 grml-live (0.9.29) unstable; urgency=low
 
 
 grml-live (0.9.29) unstable; urgency=low
 
index fb2a19e..6f0ab1e 100644 (file)
@@ -26,7 +26,7 @@ FAI_CONFIGDIR=/etc/grml/fai/config
 # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR
 # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,...
 #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
 # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR
 # 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
+FAI_CONFIG_SRC=file:///etc/grml/fai/config
 
 # the following variables are read only for most users
 
 
 # the following variables are read only for most users