sysvinit: update the inittab to support "single" from the kernel
authorCharles Hardin <ckhardin@exablox.com>
Sat, 21 May 2016 20:11:10 +0000 (13:11 -0700)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 26 May 2016 09:38:33 +0000 (11:38 +0200)
commiteda809cd052dea73bca02385c7a10a4d7795c912
tree652928a8aefbe2a586c49f7e00dc33ada1f6fa04
parent9cacb5be8449f9033ade3b3336b81cac20ae94db
sysvinit: update the inittab to support "single" from the kernel

Closes #8911

When the kernel passes single in the command line, this translates
into an init -s option that is suppose to drop into a shell after
the sysinit and before the runlevel.

So, in busybox this is hardcoded - but, in sysvinit using the
sysinit action for the rcS means that it will always be executed
even when trying to get into single user mode for repair.

This change should run rcS in all of the expected runlevels
1-5 and should achieve the desired result compared to the busybox
and still allow a single user shell to get started as expected
before running rcS.

Signed-off-by: Charles Hardin <ckhardin@exablox.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sysvinit/inittab