[Fai-commit] r3530 - trunk/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Thu Jul 6 15:59:48 UTC 2006


Author: lange
Date: 2006-07-06 15:59:47 +0000 (Thu, 06 Jul 2006)
New Revision: 3530

Modified:
   trunk/lib/subroutines
Log:
add $fl_wait. Only for developers. Can be used when booting from
fai-cd, and you need some time to change the config space


Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines	2006-07-06 14:18:06 UTC (rev 3529)
+++ trunk/lib/subroutines	2006-07-06 15:59:47 UTC (rev 3530)
@@ -160,6 +160,13 @@
     # get /fai directory; mount it or get it from a cvs repository
 
     [ -f /boot/RUNNING_FROM_FAICD ] && 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."
+	echo "Continue after killall sleep."
+	sleep 50000
+    fi
+
     if [ -z "$FAI_LOCATION" ]; then
        get_fai_cvs
     else




More information about the Fai-commit mailing list