mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-05 14:59:06 +00:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
# /etc/inittab
|
|
|
|
::sysinit:/sbin/rc sysinit
|
|
::wait:/sbin/rc 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
|