source: clfs-embedded/bootscripts/clfs/etc/inittab @ 74f852a

Last change on this file since 74f852a was 74f852a, checked in by Jim Gifford <clfs@…>, 17 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
5null::sysinit:/bin/mount -t proc proc /proc
6null::sysinit:/bin/mount -t sysfs none /sys
7null::sysinit:/bin/mount -o remount,rw /
8null::sysinit:/sbin/mdev -s
9
10tty1::respawn:/sbin/getty 38400 tty1
11tty2::respawn:/sbin/getty 38400 tty2
12tty3::respawn:/sbin/getty 38400 tty3
13tty4::respawn:/sbin/getty 38400 tty4
14tty5::respawn:/sbin/getty 38400 tty5
15tty6::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.