Changeset 3090 in MondoRescue for branches/3.0/mindi/rootfs/etc/init.d/rcS


Ignore:
Timestamp:
Mar 13, 2013, 10:12:46 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Try to improve ctrl-alt-del detection by adding busybox options (including syslog, klog which were missing). showkey show that the sendkey from KVM generates the right keycodes, but a release RETURN key is seen in the middle that may make this test a void one, compared to a real physical test.
  • rcS now alos displays messages on tty9
  • more inittab cleanups taken from various examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/rootfs/etc/init.d/rcS

    r3051 r3090  
    106106    openvt $opt 7 /bin/sh /sbin/wait-for-petris
    107107    openvt $opt 8 /usr/bin/tail -f $LOGFILE
     108    openvt $opt 9 /usr/bin/tail -f /var/log/messages
    108109    # May avoid shell error messages
    109110    chmod 666 /dev/tty* /dev/console
Note: See TracChangeset for help on using the changeset viewer.