inittab: don't run agetty on tty1 in runlevel 5 now that kdm and other login manager use vt1 for smooth plymouth integration

This commit is contained in:
Silvan Calarco 2011-06-30 16:02:53 +02:00
parent 2c00804f7c
commit fa9c7aa009

View File

@ -43,7 +43,7 @@ su:S016:once:/sbin/sulogin
# note: the id field should be the tty suffix of the corresponding tty, # note: the id field should be the tty suffix of the corresponding tty,
# e.g. 1 for tty1; otherwise, the login accounting might not work # e.g. 1 for tty1; otherwise, the login accounting might not work
# correctly # correctly
1:2345:respawn:/sbin/agetty tty1 9600 1:234:respawn:/sbin/agetty tty1 9600
2:2345:respawn:/sbin/agetty tty2 9600 2:2345:respawn:/sbin/agetty tty2 9600
3:2345:respawn:/sbin/agetty tty3 9600 3:2345:respawn:/sbin/agetty tty3 9600
4:2345:respawn:/sbin/agetty tty4 9600 4:2345:respawn:/sbin/agetty tty4 9600