aboutsummaryrefslogtreecommitdiff
path: root/initramfs_init
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-10 20:52:13 +1200
committerArslaan Pathan <[email protected]>2026-06-10 20:52:13 +1200
commit40c6e3e962c778beaa6097b75f387bfa714a10da (patch)
tree06253002dd3a42aca51a9833db7a5d18d2e4f890 /initramfs_init
parent7590cc0ecbd5bbf6438160354fc434e63031bcb3 (diff)
downloadyerbalinux-40c6e3e962c778beaa6097b75f387bfa714a10da.tar.xz
yerbalinux-40c6e3e962c778beaa6097b75f387bfa714a10da.zip
Use runit directly, runit-init is broken due to nix probably and i cannot be bothered to fix it
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