Changeset 3324 in MondoRescue for branches/3.2/mindi/rootfs


Ignore:
Timestamp:
Dec 2, 2014, 1:15:04 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix #741: adapt busybox and init location for pre-fedora 18 distros (missing links) !
  • Fix start-* script as well
File:
1 edited

Legend:

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

    r3310 r3324  
    966966if [ "`grep -i pxe /proc/cmdline`" ] || [ "`grep -i net /proc/cmdline`" ]; then
    967967    # We need to get here exported variables from start-netfs
    968     . /sbin/start-netfs
     968    . /usr/sbin/start-netfs
    969969fi
    970970
     
    980980    sed -i "s/backup-media-type.*/backup-media-type netfs/" /tmp/mondorestore.cfg
    981981elif [ "`grep -i usb= /proc/cmdline`" ] || [ "`grep -i usb /tmp/mondorestore.cfg 2>/dev/null | grep media-type`" ]; then
    982     . /sbin/start-usb
     982    . /usr/sbin/start-usb
    983983
    984984    # Simulate a local CD
     
    989989    HandleCDROM
    990990    ExtractDataDisksAndLoadModules
    991     # We need to get here exported variables from start-netfs
    992     . /sbin/start-netfs
    993991fi
    994992res=$?
Note: See TracChangeset for help on using the changeset viewer.