Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
[grml-live.git] / etc / grml / fai / fai.conf
index 648c402..c6ede7d 100644 (file)
@@ -19,13 +19,12 @@ LOGUSER=
 # set protocol type for saving logs. Values: ssh, rsh, ftp
 FAI_LOGPROTO=ssh
 
-# the configuration space on the install server
-FAI_CONFIGDIR=/etc/grml/fai/config
-
 # how to access the fai config space
 # 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/config
+FAI_CONFIGDIR=/etc/grml/fai/config
 
 # the following variables are read only for most users
 
@@ -33,4 +32,9 @@ FAI_CONFIGDIR=/etc/grml/fai/config
 MNTPOINT=/media/mirror
 
 # the local configuration directory on the install client
-FAI=/var/lib/fai/config
+#FAI=/var/lib/fai/config
+#FAI=/etc/grml/fai/config
+
+# errors greater STOP_ON_ERROR will cause fai to stop the installation
+# default: 700
+#STOP_ON_ERROR=300