From 76bb11cb8b5374ff2bba79afc80c408f61779f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Mon, 24 Aug 2009 19:32:30 +0200 Subject: Remove support for static filesystem and make code in rc.single look like the code in rc.sysinit/rc.shutdown udev has been a dependency of initscripts for a long time, the system won't work without it anyway. Thus remove the "Using static filesystem" message which does nothing anyway and always try to start udevd At the same time, update the killall5 and udev start code in rc.single --- rc.sysinit | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index bc2836e..f6463cc 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -59,14 +59,9 @@ fi echo > /proc/sys/kernel/hotplug -if [ -x /sbin/udevadm ]; then - stat_busy "Starting UDev Daemon" - /sbin/udevd --daemon - stat_done -else - # Static /dev, our last resort - status "Using static /dev filesystem" true -fi +stat_busy "Starting UDev Daemon" +/sbin/udevd --daemon +stat_done # Trigger udev uevents if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then -- cgit v1.2.3