- Timestamp:
- Oct 19, 2011, 2:29:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2892 r2894 2521 2521 # This avoids NIC remapping if on another machine at restore time on Ubuntu at least 2522 2522 rm -f ./etc/udev/rules.d/[0-9][0-9]-persistent-net.rules 2523 tar cf - -C / /lib*/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "Problem in /lib/udev analysis" $MINDI_TMP/$$.log 2523 # Do not do it if it's a link (Ubuntu 64 bits #503) 2524 if [ ! -h "/lib64" ]; then 2525 tar cf - -C / /lib64/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "Problem in /lib64/udev analysis" $MINDI_TMP/$$.log 2526 fi 2527 tar cf - -C / /lib/udev 2>> $MINDI_TMP/$$.log | tar xf - || LogIt "Problem in /lib/udev analysis" $MINDI_TMP/$$.log 2524 2528 if [ -x /sbin/udevd ]; then 2525 2529 lis2=`grep -Ev '^#' $MINDI_CONF/udev.files`
Note:
See TracChangeset
for help on using the changeset viewer.