[Fai-commit] r3674 - people/eartoast/features/clean-rcs/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Mon Jul 24 14:25:10 UTC 2006


Author: glaweh-guest
Date: 2006-07-24 14:25:10 +0000 (Mon, 24 Jul 2006)
New Revision: 3674

Modified:
   people/eartoast/features/clean-rcs/lib/get-config-dir
Log:
call mkrw for $FAI always. resons:
- if the fs is already writable, mkrw does nothing
- rw $FAI is necessary for every method different from nfsmounting
- in the nfsmount case, we can hopefully live with the double-mount



Modified: people/eartoast/features/clean-rcs/lib/get-config-dir
===================================================================
--- people/eartoast/features/clean-rcs/lib/get-config-dir	2006-07-24 14:06:54 UTC (rev 3673)
+++ people/eartoast/features/clean-rcs/lib/get-config-dir	2006-07-24 14:25:10 UTC (rev 3674)
@@ -3,7 +3,7 @@
 
 # get /fai directory, using the method specified in $FAI_CONFIG_METHOD
 
-[ -f /boot/RUNNING_FROM_FAICD ] && mkrw -s 100m $FAI
+mkrw -s 100m $FAI
 # now you have enough time to make changes to the config space
 if [ -n "$fl_wait" ]; then
 	echo "Sleeping. Now you may change the config space in $FAI."




More information about the Fai-commit mailing list