[Fai-commit] r4385 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Thu Jul 5 19:38:25 UTC 2007


Author: lange
Date: 2007-07-05 19:38:25 +0000 (Thu, 05 Jul 2007)
New Revision: 4385

Modified:
   trunk/bin/make-fai-nfsroot
Log:
live-initramfs needs NFSROOT in ..../live/filesystem.dir


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2007-07-05 17:19:28 UTC (rev 4384)
+++ trunk/bin/make-fai-nfsroot	2007-07-05 19:38:25 UTC (rev 4385)
@@ -109,6 +109,7 @@
 [ -z "$NFSROOT" ] && die "\$NFSROOT is not set. Please check your settings in $cfdir/fai.conf."
 [ ! -d "$cfdir/apt" ] && die "$cfdir/apt/ does not exists. Can't continue."
 
+NFSROOT="$NFSROOT/live/filesystem.dir"
 ROOTCMD="chroot $NFSROOT"
 
 RUNDIR=/var/run/fai/make-fai-nfsroot




More information about the Fai-commit mailing list