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