Spotter-VM/_vm/etc/inittab
Disassembler ce325cf3d0
Squashed commit of the following:
- Bump basic OS to Alpine 3.9
 - Restructure repo and add layer versioning
 - Use JSON for all metadata
 - Merge abuild branch (but without abuild)
2019-02-26 20:24:02 +01:00

17 lines
455 B
Plaintext

# /etc/inittab
::sysinit:/sbin/openrc sysinit >/dev/null 2>&1
::sysinit:/sbin/openrc boot >/dev/null 2>&1
::wait:/sbin/extend-disk >/dev/null 2>&1
::wait:/sbin/openrc default >/dev/null 2>&1
# Set up getty
tty1::respawn:/sbin/getty -n -l /sbin/vmtty 38400 tty1
ttyS0::once:/sbin/getty -L 115200 ttyS0 xterm
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot
# Stuff to do before rebooting
::shutdown:/sbin/openrc shutdown >/dev/null 2>&1