## SECTION=rootfs menuconfig INITMETHOD bool "init " default y help Choose the system startup init method here if INITMETHOD choice prompt "init method" config INITMETHOD_BBINIT bool select BUSYBOX select BUSYBOX_INIT select BUSYBOX_HOSTNAME select BUSYBOX_RUN_PARTS prompt "busybox init " config INITMETHOD_SYSTEMD bool select SYSTEMD prompt "systemd " config INITMETHOD_INITNG bool depends on BROKEN prompt "init ng " config INITMETHOD_INITRAMFS bool prompt "initramfs init " endchoice source "generated/initmethod.in" endif