Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 745 by niro, Thu Jun 26 16:25:53 2008 UTC revision 760 by niro, Fri Jun 27 23:58:38 2008 UTC
# Line 1  Line 1 
1  # /etc/inittab  # /etc/inittab
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/tinyalx-i486/inittab,v 1.1 2008-06-26 16:25:53 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/tinyalx-i486/inittab,v 1.5 2008-06-27 23:58:38 niro Exp $
3  #  #
4  # Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>  # Copyright (C) 2001 Erik Andersen <andersen@codepoet.org>
5  #  #
# Line 19  Line 19 
19  # enter boot runlevel  # enter boot runlevel
20  ::sysinit:/etc/rc.d/init.d/rc boot  ::sysinit:/etc/rc.d/init.d/rc boot
21    
 # Set up a couple of getty's  
 tty1::askfirst:/sbin/getty 38400 tty1  
 tty2::askfirst:/sbin/getty 38400 tty2  
   
 # Put a getty on the serial port  
 #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100  
   
22  # Logging junk  # Logging junk
23  #null::sysinit:/bin/touch /var/log/messages  null::sysinit:/bin/touch /var/log/messages
24  #null::respawn:/sbin/syslogd -n -m 0  null::respawn:/sbin/syslogd -n -m 0
25  #null::respawn:/sbin/klogd -n  null::respawn:/sbin/klogd -n
 #tty3::respawn:/usr/bin/tail -f /var/log/messages  
26    
27  # startx  # Set up a couple of getty's
28  #null::sysinit:/root/startx.sh  tty1::respawn:/usr/bin/alxinstall-ng
29    tty2::respawn:/bin/login -f root
30    tty3::respawn:/bin/login -f root
31    tty4::respawn:/bin/login -f root
32    
33  # Stuff to do for the 3-finger salute  # Stuff to do for the 3-finger salute
34  ::ctrlaltdel:/sbin/reboot  ::ctrlaltdel:/sbin/reboot

Legend:
Removed from v.745  
changed lines
  Added in v.760