1 # To set correct TERM edit /etc/ngetty/Conf. Examples:
3 #=environ=,TERM=vt100,OTHER_ENV=123,PATH=/usr/bin:/bin,HOME=/
5 # It's possible to start ngetty also by init. Comment the lines
6 # for getty in /etc/inittab and add a line for ngetty. Example:
8 # # Run gettys in standard runlevels
9 # # 1:2345:respawn:/sbin/mingetty tty1
11 # # 6:2345:respawn:/sbin/mingetty tty6
13 # # Run ngetty in standard runlevels
14 # ng:2345:respawn:/sbin/ngetty 1 2 3 4 5 6
16 # If on the contrary you want to run ngetty as a service,define
17 # here how on which virtual consoles.
19 NGETTY_TTYS="1 2 3 4 5 8 9 10 11 12"