[Fai-commit] r5518 - trunk/bin

Thomas Lange lange at alioth.debian.org
Wed Sep 23 14:43:25 UTC 2009


Author: lange
Date: 2009-09-23 14:43:25 +0000 (Wed, 23 Sep 2009)
New Revision: 5518

Modified:
   trunk/bin/fai
Log:
cleanup code


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2009-09-23 14:34:38 UTC (rev 5517)
+++ trunk/bin/fai	2009-09-23 14:43:25 UTC (rev 5518)
@@ -95,8 +95,7 @@
 	mount -t sysfs sysfs /sys
 	# we really need to start udev
 	[ -x /etc/init.d/udev ] && /etc/init.d/udev start
-	mkdir -p /var/run/network
-	mkdir -p /dev/shm/network # when using initrd kernels
+	mkdir -p /var/run/network /dev/shm/network # when using initrd kernels
 	ifup lo
 	[ -x /sbin/portmap ] && /sbin/portmap
 	mount -t devpts devpts /dev/pts




More information about the Fai-commit mailing list