1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# /etc/inittab: init(8) configuration.
# $Id: inittab.debian,v 1.1 1999/04/05 20:06:07 lch Exp $
# I cut the normal stuff and and show here how to invoke fbgetty
# on debian with an /etc/issue.debian with is adjusted for Debian
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
# <id>:<runlevels>:<action>:<process>
1:2345:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty1 dev/fb0
2:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty2 /dev/fb0
3:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty3 /dev/fb0
4:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty4 /dev/fb0
5:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty5
6:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty6
7:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty7
8:23:respawn:/sbin/fbgetty --issue=/etc/issue.fg /dev/tty8
9:23:respawn:/sbin/getty 38400 tty9 linux
10:23:respawn:/sbin/getty 38400 tty10 linux
11:23:respawn:/sbin/getty 38400 tty11 linux
12:23:respawn:/sbin/getty 38400 tty12 linux
|