Package: sysvinit Version: 2.88dsf-22.1 Severity: wishlist Tags: patch Dear Maintainer,
since the upgrade to wheezy i had a problem with the messages that are shown during boot. During the boot messages are shown as usual on vt1 but then at some point late in the boot process these messages are cleared and then only the login prompt is shown on vt1 just like on vt2. I got a hint on debian-user that getty has had an api change. To retain the previously known behavior as it was in squeeze it is necessary to add the new parameter '--noclear' to '/etc/inittab'. Patch is attached. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F
--- inittab.orig 2012-04-16 18:53:19.000000000 +0000 +++ inittab 2012-04-16 18:53:59.000000000 +0000 @@ -51,7 +51,7 @@ # Note that on most Debian systems tty7 is used by the X Window System, # so if you want to add more getty's go ahead but skip tty7 if you run X. # -1:2345:respawn:/sbin/getty 38400 tty1 +1:2345:respawn:/sbin/getty --noclear 38400 tty1 2:23:respawn:/sbin/getty 38400 tty2 3:23:respawn:/sbin/getty 38400 tty3 4:23:respawn:/sbin/getty 38400 tty4