# Set to the list of devices you want to spawn a getty on if the device exists

GETTYS="tty1 tty2 tty3 tty4 tty5 tty6 hvc0"


# For every tty defined here, fill agetty options and baud rate if applicable

GETTYS_hvc0_OPTIONS="-L"

GETTYS_ttyS0_OPTIONS="-8 -h"
GETTYS_ttyS0_BAUDRATE="115200"

GETTYS_ttyS1_OPTIONS="-8 -h"
GETTYS_ttyS1_BAUDRATE="115200"