summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/root-image/etc/conf.d/agetty.tty1
blob: b7ff06dafb760369087ed0220e5f106823fede0c (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"

# make agetty quiet
#quiet="no"