mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 16:23:24 +00:00
fix:修改busybox编译选项,启用busybox作为初始引导程序以及shell程序 (#1161)
This commit is contained in:
@ -171,8 +171,8 @@ while true;do
|
||||
|
||||
setup_kernel_init_program() {
|
||||
if [ ${ARCH} == "x86_64" ]; then
|
||||
# KERNEL_CMDLINE+=" init=/bin/busybox init "
|
||||
KERNEL_CMDLINE+=" init=/bin/dragonreach "
|
||||
KERNEL_CMDLINE+=" init=/bin/busybox init "
|
||||
# KERNEL_CMDLINE+=" init=/bin/dragonreach "
|
||||
elif [ ${ARCH} == "riscv64" ]; then
|
||||
KERNEL_CMDLINE+=" init=/bin/riscv_rust_init "
|
||||
fi
|
||||
|
Reference in New Issue
Block a user