[Fai-commit] r3673 - people/eartoast/features/clean-rcs/conf
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Mon Jul 24 14:06:55 UTC 2006
Author: glaweh-guest
Date: 2006-07-24 14:06:54 +0000 (Mon, 24 Jul 2006)
New Revision: 3673
Modified:
people/eartoast/features/clean-rcs/conf/fai.conf
Log:
- leave FAI_CONFIG_DIR for server-side config access
- revert $FAI setting in fai.conf to trunk
Modified: people/eartoast/features/clean-rcs/conf/fai.conf
===================================================================
--- people/eartoast/features/clean-rcs/conf/fai.conf 2006-07-23 22:05:48 UTC (rev 3672)
+++ people/eartoast/features/clean-rcs/conf/fai.conf 2006-07-24 14:06:54 UTC (rev 3673)
@@ -42,8 +42,10 @@
# password for login to log server, when using FTP protocol
LOGPASSWD=
+# the configuration space on the install server
+FAI_CONFIGDIR=/srv/fai/config
# how to access the fai config
-FAI_CONFIG_SRC="nfs://$installserver/scratch/fai/config"
+FAI_CONFIG_SRC="nfs://$installserver$FAI_CONFIGDIR"
# the following variables are read only for most users
@@ -55,4 +57,4 @@
NFSROOT=/srv/fai/nfsroot
# the local configuration directory on the install client
-FAI=$(mktemp -t -d fai-config.XXXXXX)
+FAI=/fai
More information about the Fai-commit
mailing list