Remove non-standard reboot option from inittab
Gentoo adds a "-k" option to the reboot command in inittab. This is a Gentoo-specific option, so it is being removed. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
This commit is contained in:
parent
361f5ce2b8
commit
18bdbb6870
@ -18,7 +18,7 @@ l3:3:wait:/sbin/rc default
|
|||||||
l4:4:wait:/sbin/rc default
|
l4:4:wait:/sbin/rc default
|
||||||
l5:5:wait:/sbin/rc default
|
l5:5:wait:/sbin/rc default
|
||||||
l6:6:wait:/sbin/rc reboot
|
l6:6:wait:/sbin/rc reboot
|
||||||
l6r:6:wait:/sbin/reboot -dk
|
l6r:6:wait:/sbin/reboot -d
|
||||||
#z6:6:respawn:/sbin/sulogin
|
#z6:6:respawn:/sbin/sulogin
|
||||||
|
|
||||||
# new-style single-user
|
# new-style single-user
|
||||||
|
Loading…
Reference in New Issue
Block a user