[Fai-commit] r6686 - trunk/lib

Thomas Lange lange at alioth.debian.org
Thu Oct 13 12:44:20 UTC 2011


Author: lange
Date: 2011-10-13 12:44:20 +0000 (Thu, 13 Oct 2011)
New Revision: 6686

Modified:
   trunk/lib/updatebase
Log:
remove comments


Modified: trunk/lib/updatebase
===================================================================
--- trunk/lib/updatebase	2011-10-11 15:15:13 UTC (rev 6685)
+++ trunk/lib/updatebase	2011-10-13 12:44:20 UTC (rev 6686)
@@ -33,11 +33,8 @@
 
 # first setup the environment in /target
 if [ "$FAI_ACTION" = "install" -o "$FAI_ACTION" = "dirinstall" ]; then
-    # some packages must access /proc even in chroot environment
     mount -t proc proc $FAI_ROOT/proc
-    # some packages must access /sys even in chroot environment
     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




More information about the Fai-commit mailing list