Magellan Linux

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

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

revision 755 by niro, Thu Jun 26 16:28:47 2008 UTC revision 756 by niro, Thu Jun 26 22:53:35 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.3 2008-06-26 16:28:47 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/tinyalx-i486/inittab,v 1.4 2008-06-26 22:51:09 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    
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  # Set up a couple of getty's
28  tty1::respawn:/bin/bash  tty1::respawn:/bin/login -f root
29  tty2::respawn:/bin/bash  tty2::respawn:/bin/login -f root
30    
31  # Stuff to do for the 3-finger salute  # Stuff to do for the 3-finger salute
32  ::ctrlaltdel:/sbin/reboot  ::ctrlaltdel:/sbin/reboot

Legend:
Removed from v.755  
changed lines
  Added in v.756