Changeset 3278 in MondoRescue for branches/3.2/mindi/rootfs/etc/init.d/rcS


Ignore:
Timestamp:
Apr 30, 2014, 12:30:11 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • File KEYMAP-LIVES-HERE, USING-* not used anymore
  • Nomalize name usinf iso-dir and ISO-DIR where relevant
  • config entry netfs-server-path not used anymore (iso-dir instead when needed)
  • In network restore mode, also have the extended boot messages
  • Manages grub2 version string as grub 1 was
File:
1 edited

Legend:

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

    r3277 r3278  
    102102        opt="-c"
    103103    fi
     104    echo "Launching terminals on other ttys - Use ALT+F[2-6] to use them"
    104105    openvt $opt 2 /bin/sh
    105106    openvt $opt 3 /bin/sh
     
    780781ModprobeAllModules() {
    781782
     783    echo "Searching for modules to install..."
    782784    lismod=`find /lib/modules -name '*\.ko*' -o -name '*\.o*'`
    783785    # loading forced modules first
     
    879881exec 2> >(tee -a ${LOGFILE} >&2)
    880882
    881 echo "Welcome to init (from mindi ${MINDI_VER}-r${MINDI_REV})" | tee -a $LOGFILE
     883echo "Welcome to init (from mindi ${MINDI_VER}-r${MINDI_REV})"
    882884
    883885mkdir /sys 2> /dev/null
Note: See TracChangeset for help on using the changeset viewer.