From: Michael Prokop Date: Sat, 27 Feb 2010 01:33:43 +0000 (+0100) Subject: inittab: use getty instead of mgetty X-Git-Tag: v1.1.33^0 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=01c5011e568183740461aa0a87c4f48943530213 inittab: use getty instead of mgetty --- diff --git a/debian/changelog b/debian/changelog index 22ef260..c3079d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +grml-etc (1.1.33) unstable; urgency=low + + * /etc/inittab*: Use normal getty instead of mgetty and several + baud rate settings to let getty figure out which mode should be + used. Use '#grmlserial#' to mark the beginng of the lines that + should be activated through grml-autoconfig when booting with + serial/console bootoption (providing more flexibility for the + user). Thanks to Zoran Dzelajlija for the detailled bugreport + and suggestions. [Closes: issue485] + + -- Michael Prokop Sat, 27 Feb 2010 02:28:29 +0100 + grml-etc (1.1.32) unstable; urgency=low * Rework xinitrc handling: modularize the code into ~/.xinitrc.d/ diff --git a/etc/inittab.grml b/etc/inittab.grml index 3a2f83b..39f5ae8 100644 --- a/etc/inittab.grml +++ b/etc/inittab.grml @@ -3,7 +3,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Don Okt 12 16:48:03 CEST 2006 [mika] ################################################################################ # The default runlevel. @@ -51,46 +50,34 @@ po::powerokwait:/etc/init.d/powerfail stop # Format: # ::: # 4 virtual consoles with immortal shells -# 1:12345:respawn:/bin/zsh --login -c "/usr/bin/grml-start ; /usr/bin/grml-screen" >/dev/tty1 2>&1 /dev/tty10 2>&1 /dev/tty11 2>&1 /dev/tty12 2>&1 /dev/tty12 2>&1 # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Son Apr 15 13:10:36 CEST 2007 [mika] ################################################################################ # The default runlevel. @@ -50,31 +49,27 @@ po::powerokwait:/etc/init.d/powerfail stop # # Format: # ::: +# 4 virtual consoles with immortal shells +# Note that on most Debian systems tty7 is used by the X Window System. +# Use tty8 a second xserver. 1:12345:respawn:/sbin/rungetty tty1 --noclear -u root -g root --autologin root /usr/bin/zsh-login 2:2345:respawn:/sbin/rungetty tty2 -u grml -g grml --autologin grml /usr/bin/grml-init 3:2345:respawn:/sbin/rungetty tty3 -u grml -g grml --autologin grml /usr/bin/grml-init -# 4:2345:respawn:/sbin/rungetty tty4 -u grml -g grml --autologin grml /usr/bin/grml-init -# 5:2345:respawn:/sbin/rungetty tty5 -u grml -g grml --autologin grml /usr/bin/grml-init -# 6:2345:respawn:/sbin/rungetty tty6 -u grml -g grml --autologin grml /usr/bin/grml-init -# Note that on most Debian systems tty7 is used by the X Window System. -# Use tty8 for a second xserver. -# 9:2345:respawn:/sbin/getty 38400 tty9 -# 10:2345:respawn:/bin/zsh --login -c "/usr/sbin/grml-iptstate ; /usr/bin/grml-init-screen" >/dev/tty10 2>&1 /dev/tty11 2>&1 /dev/tty12 2>&1 /dev/tty12 2>&1 /dev/tty10 2>&1 /dev/tty11 2>&1 /dev/tty12 2>&1