diff options
author | Judd Vinet <judd@archlinux.org> | 2004-11-30 07:33:19 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2004-11-30 07:33:19 +0000 |
commit | 45d3c546ee36b28c6808fb4330669b1c23437c26 (patch) | |
tree | 3334267d8aae9d95eac180a9a8e6a04c96ef4cbc | |
parent | 4c1c59be80c29f73655913ff139717268ff1f50f (diff) |
fixed the missing /dev/initctl problem with udev in runlevel 1
-rwxr-xr-x | rc.single | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |