[Fai-commit] r3340 - trunk/lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Mar 28 15:43:55 UTC 2006


Author: lange
Date: 2006-03-28 15:43:55 +0000 (Tue, 28 Mar 2006)
New Revision: 3340

Modified:
   trunk/lib/subroutines
Log:
make /fai writeable if running from CD


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2006-03-28 15:32:51 UTC (rev 3339)
+++ trunk/lib/subroutines	2006-03-28 15:43:55 UTC (rev 3340)
@@ -159,6 +159,8 @@
 get_fai_dir() {
 
     # get /fai directory; mount it or get it from a cvs repository
+
+    [ -f /boot/RUNNING_FROM_FAICD ] && mkrw $FAI
     if [ -z "$FAI_LOCATION" ]; then
        get_fai_cvs
     else




More information about the Fai-commit mailing list