mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
system: change label for BR2_INIT_NONE
Currently, the label reads "None", but it can be a bit misleading. Indeed, since its inception in0c00636e8b
(system/init: add option for no init system), what it really meant was "none of the above", as briefly laid out in the commit log for0c00636e8b
(typo included): Can be usefull if a local package provides an init procedure. This was later refined in4d185e5ec5
(system: add help entry to "none" init system), which explained: Add a comment that states the user has to provide his own init system, either via a package or a rootfs overlay. So, change the label to better reflect that. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Dario Binacchi <dario.binacchi@amarulasolutions.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
This commit is contained in:
parent
4009736572
commit
436e39913e
@ -146,7 +146,7 @@ comment "systemd highly recommends Linux >= 4.15"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15
|
||||
|
||||
config BR2_INIT_NONE
|
||||
bool "None"
|
||||
bool "Custom (none)"
|
||||
select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_ROOTFS_SKELETON_DEFAULT
|
||||
help
|
||||
Buildroot will not install any init system. You will
|
||||
|
Loading…
Reference in New Issue
Block a user