Changeset 2145 in MondoRescue


Ignore:
Timestamp:
Feb 14, 2009, 2:18:30 AM (15 years ago)
Author:
Bruno Cornec
Message:

Avoids NIC MAC mapping on Ubuntu as well (was done on Debian already)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2126 r2145  
    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.