[Fai-commit] r5010 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Sat Aug 9 09:44:21 UTC 2008


Author: lange
Date: 2008-08-09 09:44:20 +0000 (Sat, 09 Aug 2008)
New Revision: 5010

Modified:
   trunk/lib/updatebase
Log:
mount /dev/pts into /target


Modified: trunk/lib/updatebase
===================================================================
--- trunk/lib/updatebase	2008-08-09 08:52:44 UTC (rev 5009)
+++ trunk/lib/updatebase	2008-08-09 09:44:20 UTC (rev 5010)
@@ -7,6 +7,7 @@
     mount -t sysfs sysfs $FAI_ROOT/sys
     # if we are using udev, also mount it into $FAI_ROOT
     [ -f /etc/init.d/udev ] && mount --bind /dev $FAI_ROOT/dev
+    mount -t devpts devpts $FAI_ROOT/dev/pts
     # 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