about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x25
1 files changed, 2 insertions, 3 deletions
diff --git a/2 b/2
index c793759..eb3e71e 100755
--- a/2
+++ b/2
@@ -13,11 +13,10 @@ done
 # Setup first tty as unicode again, stage1 does not work correctly for tty1.
 unicode_start
 
-# Create runlevel and then copy services.
+# Create runlevel and then make it the default.
 if [ -d /etc/runit/runsvdir/${runlevel} ]; then
     mkdir -p /run/runit/runsvdir
-    cp -aP /etc/runit/runsvdir/${runlevel} /run/runit/runsvdir
-    ln -s /run/runit/runsvdir/${runlevel} /run/runit/runsvdir/current
+    ln -s /etc/runit/runsvdir/${runlevel} /run/runit/runsvdir/current
 fi
 
 exec env - PATH=$PATH \