summaryrefslogtreecommitdiff
path: root/configs/mate-openrc/root-image/etc/conf.d/agetty
blob: 5e9b663da8f422f5022fb33a6f911f080ee84b26 (plain)
1
2
3
4
5
6
7
8
# Set the baud rate of the terminal line
baud="38400"

# set the terminal type
term_type="linux"

# extra options to pass to agetty for this port
agetty_options="--autologin root --noclear %I"