From 9e4ff9ee6a13bcd7530ba033c54dc0ceb17b54d8 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 10 Jun 2026 20:12:25 +1200 Subject: Use relative symlink to fix initramfs failing due to absolute --- initramfs_init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'initramfs_init') diff --git a/initramfs_init b/initramfs_init index b1aface..ad27ff7 100644 --- a/initramfs_init +++ b/initramfs_init @@ -46,8 +46,11 @@ if [ ! -c /dev/tty0 ]; then mknod -m 620 /dev/tty0 c 4 0 fi +echo "[yerba-initramfs/init] DEBUG: running ls on /mnt/overlay/merged" +ls /mnt/overlay/merged + echo "[yerba-initramfs/init] Switching to overlay root..." -exec switch_root /mnt/overlay/merged /init +switch_root /mnt/overlay/merged /init echo "[yerba-initramfs/init] switch_root failed, dropping to shell" exec /bin/sh -- cgit v1.2.3