arch/arm64: boot: use /bin/sh as init

This commit is contained in:
Matthew Leach
2025-11-21 23:04:27 +00:00
parent 3fbbbb5151
commit c306da2d7d

View File

@@ -123,7 +123,7 @@ fn arch_init_stage2(frame: *mut ExceptionState) -> *mut ExceptionState {
cpu_messenger_init(cpu_count());
kmain(
"--init=/bin/bash --rootfs=fat32fs --automount=/dev,devfs".to_string(),
"--init=/bin/sh --rootfs=fat32fs --automount=/dev,devfs".to_string(),
frame,
);