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

BAUD_RATE=38400
TERM_NAME=linux