Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf
[grml-live.git] / etc / grml / fai / fai.conf
index 6f0ab1e..c6ede7d 100644 (file)
@@ -19,14 +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
 
@@ -35,7 +33,7 @@ MNTPOINT=/media/mirror
 
 # the local configuration directory on the install client
 #FAI=/var/lib/fai/config
-FAI=/etc/grml/fai/config
+#FAI=/etc/grml/fai/config
 
 # errors greater STOP_ON_ERROR will cause fai to stop the installation
 # default: 700