source: bootscripts-standard/bootscripts/netboot/inittab @ b0e2458

Last change on this file since b0e2458 was 2167cfe, checked in by William Harrington <kb0iic@…>, 10 years ago

bootscripts are the scripts used for the sysvinit book.

  • Property mode set to 100644
File size: 624 bytes
Line 
1# Begin /etc/inittab
2
3id:2:initdefault:
4
5si:S:sysinit:/etc/rc.d/rc.sysinit
6
7l0:0:wait:/etc/rc.d/rc.0
8l1:1:wait:/etc/rc.d/rc.1
9l2:2:wait:/etc/rc.d/rc.2
10l3:3:wait:/etc/rc.d/rc.3
11l4:4:wait:/etc/rc.d/rc.4
12l5:5:wait:/etc/rc.d/rc.5
13l6:6:wait:/etc/rc.d/rc.6
14
15ca:12345:ctrlaltdel:/sbin/shutdown -t1 -r now
16
17su:S1:respawn:/sbin/sulogin
18
19c1:2345:respawn:/sbin/agetty tty1 38400 linux
20c2:2345:respawn:/sbin/agetty tty2 38400 linux
21c3:2345:respawn:/sbin/agetty tty3 38400 linux
22c4:2345:respawn:/sbin/agetty tty4 38400 linux
23c5:2345:respawn:/sbin/agetty tty5 38400 linux
24c6:2345:respawn:/sbin/agetty tty6 38400 linux
25
26# End /etc/inittab
Note: See TracBrowser for help on using the repository browser.