1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
# Do not edit /etc/ngetty/sample.Conf! Next install/update overwrite it.
# Create private /etc/ngetty/Conf.sed with:
# cd /etc/ngetty
# echo '# private ngetty setup' > Conf.sed
# chown root.root Conf.sed
# chmod 600 Conf.sed
# After editing Conf.sed exec:
# cd /etc/ngetty && ./setup
# less /etc/ngetty/Conf
# Next install/update overwrite the file /etc/ngetty/setup also.
#
# See ngetty(8) for the syntax of Conf. The file Conf.sed have
# the same syntax as Conf. It supports also continuation of the lines
# ending with backslash (\) like bash.
# The program ./setup converts Conf.sed to Conf.
#----------------------------------------------------------------
# options format:
# [ttyX]=option[=value]
#=debug
#=environ=,TERM=linux
#tty5=environ=,TERM=linux,TTY=/dev/tty5
#tty1=sh-A=/etc/ngetty/tty1-A
#=sh-B=/etc/ngetty/ttyX-B
#=date-string
#=nousername
#=long-hostname
#=clear=\033c
#=newline=
#tty1=noclear-first=/etc/ngetty/.noclear
#=echo-off
#=nohangup
#=autologin-first=/etc/ngetty/.autologin
#=autologin-name=username
#=print=az:AZ:09:,.:__
#=deny=:root:mail:nobody
#=allow=,root,operator
#=login-prog=/bin/login
#=login-argv=:options:--:program:name:args
#=login-prompt=\n login:
#=login-prompt=\d \t (\l)\012\n login:
#=timeout=180
#=delay=3
#=nice=5
#=issue-file=/etc/issue
#=chdir=/home
#=chroot=/chroot
#=tz=-7200
#=tz=/etc/localtime
#=tz=AUTO
#=months=JanFebMarAprMayJunJulAugSepOctNovDec
#=days=SunMonTueWedThuFriSat
#=login-buffer=1234567890123456
|