X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Finittab.small;h=e5ec6d7612c486cc1a1c66c139ea628662130203;hb=8c5479eff10f91809385861d61f00806d5a782ed;hp=3afe726c233955100544d5026132e09484e36916;hpb=619e0de06b76617ae33acdeafc455210dc58d729;p=grml-etc.git diff --git a/etc/inittab.small b/etc/inittab.small index 3afe726..e5ec6d7 100644 --- a/etc/inittab.small +++ b/etc/inittab.small @@ -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: Sam Jun 25 00:48:55 CEST 2005 [mika] ################################################################################ # The default runlevel. @@ -33,7 +32,7 @@ l5:5:wait:/etc/init.d/rc 5 l6:6:wait:/etc/init.d/grml-reboot # What to do when CTRL-ALT-DEL is pressed. -ca::ctrlaltdel:/etc/init 0 +ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now # Action on special keypress (ALT-UpArrow). kb::kbrequest:/bin/echo "Keyboard Request -- edit /etc/inittab to let this work." @@ -50,32 +49,32 @@ po::powerokwait:/etc/init.d/powerfail stop # # Format: # ::: -1:12345:respawn:/sbin/rungetty tty1 -u root -g root --autologin root /usr/bin/grml-init +# 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 -# Note that on most Debian systems tty7 is used by the X Window System. - -# Restart init with new configuration? -# kill -1 1 +#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 +#9:2345:respawn:/sbin/getty 38400 tty9 +#10:2345:respawn:/bin/zsh --login -c "/usr/sbin/grml-iptstate ; /usr/bin/grml-screen" >/dev/tty10 2>&1 /dev/tty11 2>&1 /dev/tty12 2>&1