diff options
Diffstat (limited to 'initramfs_init')
| -rw-r--r-- | initramfs_init | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
