[Fai-commit] r4512 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Sun Aug 19 17:48:13 UTC 2007


Author: lange
Date: 2007-08-19 17:48:12 +0000 (Sun, 19 Aug 2007)
New Revision: 4512

Modified:
   trunk/bin/fai
Log:
the local hard disks are now mounted to /target instead of /tmp/target


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-08-19 17:40:41 UTC (rev 4511)
+++ trunk/bin/fai	2007-08-19 17:48:12 UTC (rev 4512)
@@ -72,7 +72,7 @@
     DEBIAN_FRONTEND=noninteractive
     # local disks are mounted to $FAI_ROOT
     if [ -z "$FAI_ROOT" ] ; then
-      [ $do_init_tasks -eq 1 ] && FAI_ROOT=/tmp/target || FAI_ROOT=/
+      [ $do_init_tasks -eq 1 ] && FAI_ROOT=/target || FAI_ROOT=/
     fi
     # executed command in the environment of the new system
     ROOTCMD="chroot $FAI_ROOT"




More information about the Fai-commit mailing list