Last change
on this file since 74f852a was 74f852a, checked in by Jim Gifford <clfs@…>, 18 years ago |
Updates to CLFS 3 Bootscripts
|
-
Property mode
set to
100644
|
File size:
577 bytes
|
Line | |
---|
1 | # /etc/inittab
|
---|
2 |
|
---|
3 | ::sysinit:/etc/rc.d/startup
|
---|
4 |
|
---|
5 | null::sysinit:/bin/mount -t proc proc /proc
|
---|
6 | null::sysinit:/bin/mount -t sysfs none /sys
|
---|
7 | null::sysinit:/bin/mount -o remount,rw /
|
---|
8 | null::sysinit:/sbin/mdev -s
|
---|
9 |
|
---|
10 | tty1::respawn:/sbin/getty 38400 tty1
|
---|
11 | tty2::respawn:/sbin/getty 38400 tty2
|
---|
12 | tty3::respawn:/sbin/getty 38400 tty3
|
---|
13 | tty4::respawn:/sbin/getty 38400 tty4
|
---|
14 | tty5::respawn:/sbin/getty 38400 tty5
|
---|
15 | tty6::respawn:/sbin/getty 38400 tty6
|
---|
16 |
|
---|
17 | # Put a getty on the serial line (for a terminal)
|
---|
18 | #::respawn:/sbin/getty -L ttyS 115200 vt100
|
---|
19 |
|
---|
20 | ::shutdown:/etc/rc.d/shutdown
|
---|
21 | ::ctrlaltdel:/sbin/reboot
|
---|
Note:
See
TracBrowser
for help on using the repository browser.