[Fai-commit] r3132 - trunk/lib

fai-repository at svn.debian.org fai-repository at svn.debian.org
Fri Dec 2 00:10:34 UTC 2005


Author: lange
Date: 2005-12-02 00:10:30 +0000 (Fri, 02 Dec 2005)
New Revision: 3132

Modified:
   trunk/lib/updatebase
Log:
fix syntax error


Modified: trunk/lib/updatebase
===================================================================
--- trunk/lib/updatebase	2005-12-02 00:00:49 UTC (rev 3131)
+++ trunk/lib/updatebase	2005-12-02 00:10:30 UTC (rev 3132)
@@ -4,7 +4,7 @@
     # some packages must access /proc even in chroot environment
     mount -t proc proc $FAI_ROOT/proc
     # if we are using udev, also mount it into $FAI_ROOT
-    [ -f /etc/init.d/udev ] && mount --bind /dev/$FAI_ROOT/dev
+    [ -f /etc/init.d/udev ] && mount --bind /dev $FAI_ROOT/dev
     # if libc is upgraded init u is called in chroot environment and
     # then init will eat up much cpu time
     fai-divert -a /sbin/init /usr/sbin/liloconfig /usr/sbin/invoke-rc.d




More information about the Fai-commit mailing list