Changeset 74f852a in clfs-embedded for bootscripts/clfs/etc/inittab


Ignore:
Timestamp:
Nov 14, 2006, 8:30:45 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
a0ead2e
Parents:
5cdebbb
Message:

Updates to CLFS 3 Bootscripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/etc/inittab

    r5cdebbb r74f852a  
     1# /etc/inittab
     2
    13::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
    29
    310tty1::respawn:/sbin/getty 38400 tty1
     
    815tty6::respawn:/sbin/getty 38400 tty6
    916
     17# Put a getty on the serial line (for a terminal)
     18#::respawn:/sbin/getty -L ttyS 115200 vt100
     19
    1020::shutdown:/etc/rc.d/shutdown
    1121::ctrlaltdel:/sbin/reboot
Note: See TracChangeset for help on using the changeset viewer.