Changeset 2145 in MondoRescue
- Timestamp:
- Feb 14, 2009, 2:18:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2126 r2145 2209 2209 tar cf - /etc/udev 2>> $LOGFILE | tar xf - 2210 2210 # 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 2212 2214 tar cf - /lib*/udev 2>> $LOGFILE | tar xf - 2213 2215 if [ -x /sbin/udevd ]; then
Note:
See TracChangeset
for help on using the changeset viewer.