From 436e39913e725eaf96a02555acc09c5a4d303b38 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 30 Aug 2024 22:26:19 +0200 Subject: [PATCH] system: change label for BR2_INIT_NONE Currently, the label reads "None", but it can be a bit misleading. Indeed, since its inception in 0c00636e8bbc (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 for 0c00636e8bbc (typo included): Can be usefull if a local package provides an init procedure. This was later refined in 4d185e5ec51b (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 Cc: Dario Binacchi Cc: Thomas Petazzoni Reviewed-by: Dario Binacchi --- system/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Config.in b/system/Config.in index ca19270fde..b4171321f9 100644 --- a/system/Config.in +++ b/system/Config.in @@ -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