From 45d3c546ee36b28c6808fb4330669b1c23437c26 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Tue, 30 Nov 2004 07:33:19 +0000 Subject: fixed the missing /dev/initctl problem with udev in runlevel 1 --- rc.single | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.single') diff --git a/rc.single b/rc.single index 748abaf..cd0a886 100755 --- a/rc.single +++ b/rc.single @@ -57,6 +57,8 @@ fi if [ "$RUNLEVEL" = "1" ]; then printsep printhl "Entering single-user mode..." + # make sure /dev/initctl is in place + /bin/kill -HUP 1 exec /sbin/init -t1 S fi -- cgit v1.2.3