Changeset 74f852a in clfs-embedded for bootscripts/clfs/etc/inittab
- Timestamp:
- Nov 14, 2006, 8:30:45 PM (18 years ago)
- Branches:
- master
- Children:
- a0ead2e
- Parents:
- 5cdebbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/etc/inittab
r5cdebbb r74f852a 1 # /etc/inittab 2 1 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 2 9 3 10 tty1::respawn:/sbin/getty 38400 tty1 … … 8 15 tty6::respawn:/sbin/getty 38400 tty6 9 16 17 # Put a getty on the serial line (for a terminal) 18 #::respawn:/sbin/getty -L ttyS 115200 vt100 19 10 20 ::shutdown:/etc/rc.d/shutdown 11 21 ::ctrlaltdel:/sbin/reboot
Note:
See TracChangeset
for help on using the changeset viewer.