Spotter-VM/basic/etc/inittab

16 lines
390 B
Plaintext

# /etc/inittab
::sysinit:/sbin/openrc sysinit >/dev/null 2>&1
::sysinit:/sbin/openrc boot >/dev/null 2>&1
::wait:/sbin/openrc default >/dev/null 2>&1
# Set up getty
::wait:/sbin/issue-gen
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
::shutdown:/sbin/openrc shutdown >/dev/null 2>&1