[Fai-commit] r4319 - in trunk: bin examples/simple/class

lange at alioth.debian.org lange at alioth.debian.org
Tue Jun 12 16:50:46 UTC 2007


Author: lange
Date: 2007-06-12 16:50:45 +0000 (Tue, 12 Jun 2007)
New Revision: 4319

Modified:
   trunk/bin/fai
   trunk/examples/simple/class/10-base-classes
Log:
fix path


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-06-12 14:56:45 UTC (rev 4318)
+++ trunk/bin/fai	2007-06-12 16:50:45 UTC (rev 4319)
@@ -48,7 +48,7 @@
     fi
     [ -f $FAI_ETC_DIR/fai.conf ] && . $FAI_ETC_DIR/fai.conf
 
-    if [ -f /boot/RUNNING_FROM_FAICD ]; then   # we are booting from fai cd
+    if [ -f /etc/RUNNING_FROM_FAICD ]; then   # we are booting from fai cd
 	umount /initrd
 	romountopt=
 	FAI_DEBMIRROR="--bind /media/mirror"

Modified: trunk/examples/simple/class/10-base-classes
===================================================================
--- trunk/examples/simple/class/10-base-classes	2007-06-12 14:56:45 UTC (rev 4318)
+++ trunk/examples/simple/class/10-base-classes	2007-06-12 16:50:45 UTC (rev 4319)
@@ -4,5 +4,5 @@
 uname -s | tr '[:lower:]' '[:upper:]'
 [ -x "`which dpkg`" ] && dpkg --print-installation-architecture | tr a-z A-Z
 
-[ -f /boot/RUNNING_FROM_FAICD ] && echo "FAICD"
+[ -f /etc/RUNNING_FROM_FAICD ] && echo "FAICD"
 exit 0




More information about the Fai-commit mailing list