Changeset 3325 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Dec 2, 2014, 11:58:40 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode
File:
1 edited

Legend:

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

    r3324 r3325  
    964964    LogIt "Warning - /tmp/mondorestore.cfg not found"
    965965fi
    966 if [ "`grep -i pxe /proc/cmdline`" ] || [ "`grep -i net /proc/cmdline`" ]; then
     966if [ "`grep -i pxe /proc/cmdline`" ] || [ "`grep -i net /proc/cmdline`" ] || [ "`grep 'netfs-proto ' /tmp/mondorestore.cfg`" ]; then
    967967    # We need to get here exported variables from start-netfs
    968968    . /usr/sbin/start-netfs
Note: See TracChangeset for help on using the changeset viewer.