CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2 -
(show annotations)
Sun Oct 4 17:28:46 2009 UTC (3 years, 8 months ago) by cjg
File size: 523 byte(s)
Sun Oct 4 17:28:46 2009 UTC (3 years, 8 months ago) by cjg
File size: 523 byte(s)
first commit
| 1 | # |
| 2 | # /etc/inittab: system runlevel description |
| 3 | # |
| 4 | |
| 5 | id:2:initdefault: |
| 6 | |
| 7 | rc::sysinit:/etc/rc |
| 8 | rs:S1:wait:/etc/rc.single |
| 9 | rd:06:wait:/etc/rc.shutdown |
| 10 | su:S:wait:/sbin/sulogin -p |
| 11 | |
| 12 | c1:2:respawn:/sbin/agetty 38400 tty1 linux |
| 13 | c2:2:respawn:/sbin/agetty 38400 tty2 linux |
| 14 | c3:2:respawn:/sbin/agetty 38400 tty3 linux |
| 15 | c4:2:respawn:/sbin/agetty 38400 tty4 linux |
| 16 | c5:2:respawn:/sbin/agetty 38400 tty5 linux |
| 17 | c6:2:respawn:/sbin/agetty 38400 tty6 linux |
| 18 | |
| 19 | s1:2:respawn:/usr/bin/serial_console |
| 20 | |
| 21 | ca::ctrlaltdel:/sbin/shutdown -t3 -r now |
| 22 | |
| 23 | # End of file |