summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x23
1 files changed, 0 insertions, 3 deletions
diff --git a/2 b/2
index 0020949..0a39298 100755
--- a/2
+++ b/2
@@ -5,9 +5,6 @@ PATH=/usr/bin:/usr/sbin
 
 runlevel=default
 for arg in $(cat /proc/cmdline); do
-    case $arg in
-        single) echo "Initializing single user mode..."; runlevel=single;;
-    esac
     if [ -d /etc/runit/runsvdir/"$arg" ]; then
         echo "Runlevel detected: '$arg' (via kernel cmdline)"
         runlevel="$arg"