Changeset 2488 in MondoRescue for branches/2.2.10/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Nov 18, 2009, 9:41:00 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3621@localhost: bruno | 2009-11-18 10:53:33 +0100

  • PrepareBootDiskImage replaces previously duplicated functions for lilo/isolinux handling and completely re-written
  • remove useless rootfs files
  • Use MINDI_CACHE instead of /tmp globally
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/rootfs/sbin/init

    r2487 r2488  
    8484
    8585LaunchTerminals() {
    86     openvt 2 /bin/sh
    87     openvt 3 /bin/sh
    88     openvt 4 /bin/sh
    89     openvt 5 /bin/sh
    90     openvt 6 /bin/sh
    91     openvt 7 /bin/sh /sbin/wait-for-petris
    92     openvt 8 /usr/bin/tail -f $LOGFILE
     86    openvt -l /bin/sh
     87    openvt -l /bin/sh
     88    openvt -l /bin/sh
     89    openvt -l /bin/sh
     90    openvt -l /bin/sh
     91    openvt -l /bin/sh /sbin/wait-for-petris
     92    openvt -l /usr/bin/tail -f $LOGFILE
    9393    # May avoid shell error messages
    94     chmod 666 /dev/tty* /dev/console
     94    # chmod 666 /dev/tty* /dev/console
    9595    # By default first serial line is configured as tty
    9696    # Required to have a correct serial console support (MP on ia64 or VSP with iLO2 e.g.)
Note: See TracChangeset for help on using the changeset viewer.