[Fai-commit] r4117 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Sun Oct 29 15:58:54 CET 2006
Author: lange
Date: 2006-10-29 15:58:53 +0100 (Sun, 29 Oct 2006)
New Revision: 4117
Modified:
trunk/bin/fai
Log:
start udev before creating /dev/shm/network
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2006-10-29 14:38:34 UTC (rev 4116)
+++ trunk/bin/fai 2006-10-29 14:58:53 UTC (rev 4117)
@@ -103,11 +103,11 @@
fi
mount -t sysfs sysfs /sys
+ # we really need to start udev
+ [ -x /etc/init.d/udev ] && /etc/init.d/udev start
[ -d /var/run/network ] || mkdir /var/run/network
[ -d /dev/shm/network ] || mkdir /dev/shm/network # when using initrd kernels
ifup lo
- # we really need to start udev
- [ -x /etc/init.d/udev ] && /etc/init.d/udev start
[ -x /sbin/portmap ] && /sbin/portmap
mount -t devpts devpts /dev/pts
# add other options for nfs mount of /dev/root to root-path in dhcpd.conf
More information about the Fai-commit
mailing list