X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Finittab%2FGRMLBASE;fp=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Finittab%2FGRMLBASE;h=30257eae13c1fa6c21156e9b6d95000e22c00f02;hp=0000000000000000000000000000000000000000;hb=f3b335ea5c94d5cf24ec6b9184106b298849f311;hpb=9d16d7a6c9686f80a18e70bc8b5e67193dc0ffba diff --git a/etc/grml/fai/config/files/etc/inittab/GRMLBASE b/etc/grml/fai/config/files/etc/inittab/GRMLBASE new file mode 100644 index 0000000..30257ea --- /dev/null +++ b/etc/grml/fai/config/files/etc/inittab/GRMLBASE @@ -0,0 +1,98 @@ +# This file was deployed via grml-live's +# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/15-initsetup script, using +# ${GRML_FAI_CONFIG}/config/files/etc/inittab/GRMLBASE +################################################################################ +# Filename: inittab +# Purpose: init(8) configuration. +# Authors: grml-team (grml.org), (c) Michael Prokop +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2. +################################################################################ + +# The default runlevel. +id:2:initdefault: + +# Boot-time system configuration/initialization script. +# This is run first except when booting in emergency (-b) mode. +si::sysinit:/etc/init.d/rcS + +# What to do in single-user mode. +~~:S:respawn:/bin/zsh --login >/dev/tty1 2>&1 ::: +# 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 root -g root --autologin root /usr/bin/grml-screen +3:2345:respawn:/sbin/rungetty tty3 -u root -g root --autologin root /usr/bin/grml-screen +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