[Fai-commit] r3643 - people/eartoast/features/clean-rcs/conf

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sun Jul 23 01:23:07 UTC 2006


Author: glaweh-guest
Date: 2006-07-23 01:23:06 +0000 (Sun, 23 Jul 2006)
New Revision: 3643

Modified:
   people/eartoast/features/clean-rcs/conf/fai.conf
Log:
new nfs config syntax as an example in fai.conf


Modified: people/eartoast/features/clean-rcs/conf/fai.conf
===================================================================
--- people/eartoast/features/clean-rcs/conf/fai.conf	2006-07-23 01:13:41 UTC (rev 3642)
+++ people/eartoast/features/clean-rcs/conf/fai.conf	2006-07-23 01:23:06 UTC (rev 3643)
@@ -43,13 +43,8 @@
 LOGPASSWD=
 
 
-# the method used to access the fai config
-FAI_CONFIG_METHOD=nfs
-# the configuration space on the install server
-FAI_CONFIGDIR=/srv/fai/config
-# the location of the config space, as seen by the install client
-# it can also be overwritten with T170 via BOOTP 
-FAI_LOCATION=$installserver:$FAI_CONFIGDIR
+# how to access the fai config
+FAI_CONFIG_SRC="nfs://$installserver/scratch/fai/config"
 
 # the following variables are read only for most users
 
@@ -61,4 +56,4 @@
 NFSROOT=/srv/fai/nfsroot
 
 # the local configuration directory on the install client
-FAI=/fai
+FAI=$(mktemp -t -d fai-config.XXXXXX)




More information about the Fai-commit mailing list