mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 21:42:33 +00:00
with the login tty generated from boot cmdline the inittab will be equal on all archs and platforms so we can merge and move to etc/ Signed-off-by: Natanael Copa <natanael.copa@docker.com>
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
# /etc/inittab
|
|
|
|
::sysinit:/sbin/openrc sysinit
|
|
::sysinit:/sbin/openrc boot
|
|
::wait:/sbin/openrc default
|
|
|
|
# Stuff to do for the 3-finger salute
|
|
::ctrlaltdel:/sbin/reboot
|
|
|
|
# Stuff to do before rebooting
|
|
::shutdown:/sbin/rc shutdown
|
|
|