Adjust FAI_CONFIG_SRC variable in fai.conf
[grml-live.git] / etc / grml / fai / fai.conf
index 648c402..6f0ab1e 100644 (file)
@@ -26,6 +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/config
 
 # the following variables are read only for most users
 
@@ -33,4 +34,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