]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
system: add help entry to "none" init system
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 27 May 2016 20:53:53 +0000 (22:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 May 2016 08:58:34 +0000 (10:58 +0200)
commit4d185e5ec51bd10ec2e895968e3e2454c7028ee8
tree9565c4281716ecd20a33df9351802dfa6cb62bd3
parent03fef14fb892a5fdec1863667a7ec2f448228ae8
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" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
system/Config.in