From 40c6e3e962c778beaa6097b75f387bfa714a10da Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 10 Jun 2026 20:52:13 +1200 Subject: Use runit directly, runit-init is broken due to nix probably and i cannot be bothered to fix it --- initramfs_init | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'initramfs_init') 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 -- cgit v1.2.3