Adjust FAI_CONFIG_SRC variable in fai.conf
[grml-live.git] / etc / grml / fai / fai.conf
index f37a52e..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
-FAI_CONFIG_SRC=file:///etc/grml/fai
+FAI_CONFIG_SRC=file:///etc/grml/fai/config
 
 # the following variables are read only for most users
 
@@ -36,3 +36,7 @@ MNTPOINT=/media/mirror
 # the local configuration directory on the install client
 #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