Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 748 - (hide annotations) (download)
Thu Jun 26 16:28:47 2008 UTC (15 years, 10 months ago) by niro
File size: 926 byte(s)
-get rid of unneded comments

1 niro 745 # /etc/inittab
2 niro 748 # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/tinyalx-i486/inittab,v 1.3 2008-06-26 16:28:47 niro Exp $
3 niro 745 #
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     # Set up a couple of getty's
23 niro 747 tty1::respawn:/bin/bash
24     tty2::respawn:/bin/bash
25 niro 745
26     # Stuff to do for the 3-finger salute
27     ::ctrlaltdel:/sbin/reboot
28    
29     # Stuff to do before rebooting
30     ::shutdown:/etc/rc.d/init.d/rc shutdown