github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/containers/compilers/firecracker/inittab (about)

     1  ::sysinit:/sbin/openrc sysinit
     2  ::sysinit:/sbin/openrc boot
     3  ::wait:/sbin/openrc default
     4  
     5  # Set up a couple of getty's
     6  # tty1::respawn:/sbin/getty 38400 tty1
     7  # tty2::respawn:/sbin/getty 38400 tty2
     8  # tty3::respawn:/sbin/getty 38400 tty3
     9  # tty4::respawn:/sbin/getty 38400 tty4
    10  # tty5::respawn:/sbin/getty 38400 tty5
    11  # tty6::respawn:/sbin/getty 38400 tty6
    12  
    13  # Put a getty on the serial port
    14  ttyS0::respawn:/bin/ash /start.sh
    15  # ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
    16  
    17  # Stuff to do for the 3-finger salute
    18  ::ctrlaltdel:/sbin/reboot
    19  
    20  # Stuff to do before rebooting
    21  ::shutdown:/sbin/openrc shutdown