about summary refs log tree commit diff
path: root/services/agetty-tty1/conf
blob: fee6d06537916fad6acc41a98c8c83bbd4c4c386 (plain) (blame)
1
2
3
4
5
6
7
8
9
if [ -x /sbin/agetty -o /bin/agetty ]; then
	# util-linux specific settings
	if [ "${tty}" = "tty1" ]; then
		GETTY_ARGS="--noclear"
	fi
fi

BAUD_RATE=38400
TERM_NAME=linux