2017-12-18 22:16:21 +01:00
|
|
|
# /etc/inittab
|
|
|
|
|
2017-12-19 11:21:59 +01:00
|
|
|
::sysinit:/sbin/openrc sysinit >/dev/null 2>&1
|
|
|
|
::sysinit:/sbin/openrc boot >/dev/null 2>&1
|
|
|
|
::wait:/sbin/openrc default >/dev/null 2>&1
|
2017-12-18 22:16:21 +01:00
|
|
|
|
2017-12-19 08:40:56 +01:00
|
|
|
# Set up getty
|
2018-08-31 09:13:18 +02:00
|
|
|
::wait:/usr/bin/spotter-appmgr rebuild-issue >/dev/null 2>&1
|
2017-12-18 22:16:21 +01:00
|
|
|
tty1::respawn:/sbin/getty -l /sbin/nologin 38400 tty1
|
|
|
|
|
|
|
|
# Stuff to do for the 3-finger salute
|
|
|
|
::ctrlaltdel:/sbin/reboot
|
|
|
|
|
|
|
|
# Stuff to do before rebooting
|
2017-12-19 11:21:59 +01:00
|
|
|
::shutdown:/sbin/openrc shutdown >/dev/null 2>&1
|