1
0
Fork 0
numbers/copy to etc/agetty-autologin-tty1/conf

10 lines
195 B
Plaintext

if [ -x /sbin/agetty -o -x /bin/agetty ]; then
# util-linux specific settings
if [ "${tty}" = "tty1" ]; then
GETTY_ARGS="--autologin corpse --noclear"
fi
fi
BAUD_RATE=38400
TERM_NAME=linux