From 8f1dd843cdff866419ffad80c899a88a2a66883f Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Sat, 30 Jul 2011 09:06:58 +0200 Subject: [PATCH] Remove unused inittab.grml, inittab.small /etc/inittab is managed by grml-live since 0.15.0, so this packages no longer needs to ship them. --- etc/inittab.grml | 94 ------------------------------------------------------- etc/inittab.small | 94 ------------------------------------------------------- 2 files changed, 188 deletions(-) delete mode 100644 etc/inittab.grml delete mode 100644 etc/inittab.small diff --git a/etc/inittab.grml b/etc/inittab.grml deleted file mode 100644 index 51f3ceb..0000000 --- a/etc/inittab.grml +++ /dev/null @@ -1,94 +0,0 @@ -# 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 -# 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