X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Finittab%2FGRML_SMALL;fp=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Finittab%2FGRML_SMALL;h=41980e3bfdd7b915fd89340ebe18630a085d0257;hb=f3b335ea5c94d5cf24ec6b9184106b298849f311;hp=0000000000000000000000000000000000000000;hpb=9d16d7a6c9686f80a18e70bc8b5e67193dc0ffba;p=grml-live.git diff --git a/etc/grml/fai/config/files/etc/inittab/GRML_SMALL b/etc/grml/fai/config/files/etc/inittab/GRML_SMALL new file mode 100644 index 0000000..41980e3 --- /dev/null +++ b/etc/grml/fai/config/files/etc/inittab/GRML_SMALL @@ -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/GRML_SMALL +################################################################################ +# Filename: inittab.small +# Purpose: init(8) configuration for grml-small +# 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 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 +#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