From 38f64c4d382d9080b4b0c9b934be8b5dbc997547 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 10 Jun 2026 20:14:17 +1200 Subject: use exec switch_root, not switch_root --- initramfs_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs_init') diff --git a/initramfs_init b/initramfs_init index ad27ff7..bb180d1 100644 --- a/initramfs_init +++ b/initramfs_init @@ -50,7 +50,7 @@ echo "[yerba-initramfs/init] DEBUG: running ls on /mnt/overlay/merged" ls /mnt/overlay/merged echo "[yerba-initramfs/init] Switching to overlay root..." -switch_root /mnt/overlay/merged /init +exec switch_root /mnt/overlay/merged /init echo "[yerba-initramfs/init] switch_root failed, dropping to shell" exec /bin/sh -- cgit v1.2.3