1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# This file contains parameters passed to /usr/bin/welcome2l
# Please see welcome2l(1) for list of possible options.
# Text of message for the -msg option.
MSG="#DISTROMSG#"
# Cpu name for the -cpu option.
# CPU="AMD-K6(tm) 3D"
# Other options for welcome2l. Should at least include -getty (or -gettps
# if you have gettps installed).
# OPTIONS="-getty -scr 4 -xmasauto -private"
OPTIONS="-getty -scr 4 -xmasauto"
# This option specifies to which file welcome2l should generate its logo.
# You need to pass `-f' option to getty if you want it to work.
# Please read /usr/share/doc/welcome2l/README.Debian for details.
ISSUE_FILE="/etc/issue.welcome2l"
|