mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-06 23:40:37 +00:00
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
# /etc/inittab
|
|
|
|
::sysinit:/sbin/openrc sysinit
|
|
::sysinit:/sbin/openrc boot
|
|
::wait:/sbin/openrc default
|
|
|
|
# Put a getty on the serial port
|
|
ttyAMA0::respawn:/sbin/getty -L ttyAMA0 115200 vt100
|
|
|
|
# Stuff to do for the 3-finger salute
|
|
::ctrlaltdel:/sbin/reboot
|
|
|
|
# Stuff to do before rebooting
|
|
::shutdown:/sbin/rc shutdown
|