pmaports/device/testing/petitboot-motorola-smi/inittab
Julian Winkler ca5e6cab1b
device/testing/petitboot-motorola-smi: build petitboot image for motorola-smi (MR 3880)
[ci:skip-build]: Already built successfully in CI
2023-02-20 13:19:56 +01:00

21 lines
548 B
Text

# /etc/inittab
::sysinit:/bin/mount -a
::sysinit:/bin/loadkmap < /etc/keymap.bmap
::once:/sbin/udevd
::once:/bin/udevadm trigger --type=devices --action=add
::once:/bin/udevadm settle
::respawn:/usr/sbin/pb-discover
# Set up getty on framebuffer console
tty1::respawn:/bin/getty -nl /usr/sbin/petitboot-nc 38400 tty1
# Put a getty on the USB serial port
ttyGS0::respawn:/bin/getty -nl /usr/sbin/petitboot-nc 115200 ttyGS0
# Stuff to do for the 3-finger salute
::ctrlaltdel:/bin/reboot
# Stuff to do before rebooting
::shutdown:/bin/umount -a