mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
24 lines
558 B
Plaintext
24 lines
558 B
Plaintext
#
|
|
# $Id: inittab,v 1.6.2.1 2006/01/24 15:25:35 franck78 Exp $
|
|
#
|
|
id:3:initdefault:
|
|
|
|
l0:0:wait:/etc/rc.d/rc.halt halt
|
|
l6:6:wait:/etc/rc.d/rc.halt reboot
|
|
|
|
si::sysinit:/etc/rc.d/rc.sysinit
|
|
|
|
# Trap CTRL-ALT-DELETE
|
|
ca::ctrlaltdel:/sbin/shutdown -r now
|
|
|
|
# Run gettys in standard runlevels
|
|
1:2345:respawn:/sbin/mingetty tty1
|
|
2:2345:respawn:/sbin/mingetty tty2
|
|
3:2345:respawn:/sbin/mingetty tty3
|
|
4:2345:respawn:/sbin/mingetty tty4
|
|
5:2345:respawn:/sbin/mingetty tty5
|
|
6:2345:respawn:/sbin/mingetty tty6
|
|
|
|
# Going single user mode for maintenance
|
|
xx:S1:respawn:/bin/bash
|