mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2025-12-23 22:47:55 -05:00
arch/arm64: boot: use /bin/sh as init
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user