[Fai-commit] r6689 - trunk/lib

Thomas Lange lange at alioth.debian.org
Mon Oct 17 13:38:03 UTC 2011


Author: lange
Date: 2011-10-17 13:38:03 +0000 (Mon, 17 Oct 2011)
New Revision: 6689

Modified:
   trunk/lib/updatebase
Log:
prettify code


Modified: trunk/lib/updatebase
===================================================================
--- trunk/lib/updatebase	2011-10-17 13:32:02 UTC (rev 6688)
+++ trunk/lib/updatebase	2011-10-17 13:38:03 UTC (rev 6689)
@@ -33,10 +33,11 @@
 
 # first setup the environment in /target
 if [ "$FAI_ACTION" = "install" -o "$FAI_ACTION" = "dirinstall" ]; then
-    mount -t proc proc $FAI_ROOT/proc
-    mount -t sysfs sysfs $FAI_ROOT/sys
+    mount -t proc   proc   $FAI_ROOT/proc
+    mount -t sysfs  sysfs  $FAI_ROOT/sys
     [ -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
     # fake some more programs




More information about the Fai-commit mailing list