From: gobo72 Date: Sun, 8 Jan 2012 19:52:22 +0000 (+0000) Subject: Modification pour ne pas effacer l'écran par agetty au login. X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=af7beefa535f5dfc5df1bf3479c9d923d65db9a2;p=hvlinux.git Modification pour ne pas effacer l'écran par agetty au login. --- diff --git a/stage1/misc/inittab b/stage1/misc/inittab index c594e1f..66120a1 100644 --- a/stage1/misc/inittab +++ b/stage1/misc/inittab @@ -47,12 +47,12 @@ su:S016:once:/sbin/sulogin # /bin/login command. # The field MUST be the same as the last # characters of the device (after "tty"). -1:12345:respawn:/sbin/agetty 38400 tty1 -2:2345:respawn:/sbin/agetty 38400 tty2 -3:2345:respawn:/sbin/agetty 38400 tty3 -4:2345:respawn:/sbin/agetty 38400 tty4 -5:2345:respawn:/sbin/agetty 38400 tty5 -6:2345:respawn:/sbin/agetty 38400 tty6 +1:12345:respawn:/sbin/agetty --noclear 38400 tty1 +2:2345:respawn:/sbin/agetty --noclear 38400 tty2 +3:2345:respawn:/sbin/agetty --noclear 38400 tty3 +4:2345:respawn:/sbin/agetty --noclear 38400 tty4 +5:2345:respawn:/sbin/agetty --noclear 38400 tty5 +6:2345:respawn:/sbin/agetty --noclear 38400 tty6 # Run xdm or kdm in runlevel 5 # kdm or xdm is now a separate service