Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/mcore-i486/inittab

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1226 - (hide annotations) (download)
Mon Feb 7 19:07:12 2011 UTC (13 years, 3 months ago) by niro
File size: 1051 byte(s)
-enabled mcore-install on tty1
1 niro 1218 # /etc/inittab
2     # $Id$
3     #
4     # Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
5     #
6     # Note: BusyBox init doesn't support runlevels. The runlevels field is
7     # completely ignored by BusyBox init. If you want runlevels, use
8     # sysvinit.
9     #
10     # Format for each entry: <id>:<runlevels>:<action>:<process>
11     #
12     # id == tty to run on, or empty for /dev/console
13     # runlevels == ignored
14     # action == one of sysinit, respawn, askfirst, wait, and once
15     # process == program to run
16    
17     # Startup the system
18     ::sysinit:/etc/rc.d/init.d/rc sysinit
19     # enter boot runlevel
20     ::sysinit:/etc/rc.d/init.d/rc boot
21    
22     # Logging junk
23     null::sysinit:/bin/touch /var/log/messages
24     null::respawn:/sbin/syslogd -n -m 0
25     null::respawn:/sbin/klogd -n
26    
27     # Set up a couple of getty's
28 niro 1226 tty1::respawn:/usr/bin/mcore-install
29     #tty1::respawn:/bin/login -f root
30 niro 1218 tty2::respawn:/bin/login -f root
31     tty3::respawn:/bin/login -f root
32     tty4::respawn:/bin/login -f root
33    
34     # Stuff to do for the 3-finger salute
35     ::ctrlaltdel:/sbin/reboot
36    
37     # Stuff to do before rebooting
38     ::shutdown:/etc/rc.d/init.d/rc shutdown