Changeset 2777 in MondoRescue


Ignore:
Timestamp:
Apr 29, 2011, 3:35:53 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2146@localhost (orig r2145): bruno | 2009-02-14 02:18:30 +0100
Avoids NIC MAC mapping on Ubuntu as well (was done on Debian already)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mindi/mindi

    r2126 r2777  
    22092209        tar cf - /etc/udev 2>> $LOGFILE | tar xf -
    22102210        # This avoids NIC remapping if on another machine at restore time on Debian at least
    2211         rm -f ./etc/udev/rules.d/z??_persistent-net.rules
     2211        rm -f ./etc/udev/rules.d/z[0-9][0-9]_persistent-net.rules
     2212        # This avoids NIC remapping if on another machine at restore time on Ubuntu at least
     2213        rm -f ./etc/udev/rules.d/[0-9][0-9]-persistent-net.rules
    22122214        tar cf - /lib*/udev 2>> $LOGFILE | tar xf -
    22132215        if [ -x /sbin/udevd ]; then
Note: See TracChangeset for help on using the changeset viewer.