aboutsummaryrefslogtreecommitdiff
path: root/initramfs_init
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs_init')
-rw-r--r--initramfs_init3
1 files changed, 1 insertions, 2 deletions
diff --git a/initramfs_init b/initramfs_init
index b242838..76e6c4c 100644
--- a/initramfs_init
+++ b/initramfs_init
@@ -52,8 +52,7 @@ ls -la /mnt/overlay/merged || true
mount -t devtmpfs devtmpfs /mnt/overlay/merged/dev
echo "[yerba-initramfs/init] Switching to overlay root..."
-echo "debug don't switch root"
-# exec switch_root /mnt/overlay/merged /usr/bin/runit-init
+exec switch_root /mnt/overlay/merged /usr/bin/runit
echo "[yerba-initramfs/init] switch_root failed, dropping to shell"
exec /bin/sh