From 4d185e5ec51bd10ec2e895968e3e2454c7028ee8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 27 May 2016 22:53:53 +0200 Subject: system: add help entry to "none" init system It can be a little bit misleading to have no init system... Add a comment that states the user has to provide his own init system, either via a package or a rootfs overlay. It is expected that such a user will know what to provide, so we don't really need to specify that it should be /init or /sbin/init or any arbitrary executable pointed to by the kernel command line "init=..." or anything else... Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- system/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system') diff --git a/system/Config.in b/system/Config.in index 2e14971ba..944146743 100644 --- a/system/Config.in +++ b/system/Config.in @@ -101,6 +101,10 @@ comment "systemd needs (e)glibc toolchain, headers >= 3.10" config BR2_INIT_NONE bool "None" + help + Buildroot will not install any init system. You will + have to provide your own, either with a new package + or with a rootfs-overlay. endchoice -- cgit v1.2.3