From af7beefa535f5dfc5df1bf3479c9d923d65db9a2 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sun, 8 Jan 2012 19:52:22 +0000 Subject: [PATCH] =?utf8?q?Modification=20pour=20ne=20pas=20effacer=20l'?= =?utf8?q?=C3=A9cran=20par=20agetty=20au=20login.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage1/misc/inittab | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.20.1