Changeset 3020 in MondoRescue


Ignore:
Timestamp:
Jun 5, 2012, 12:21:59 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4902@localhost: bruno | 2012-06-04 18:41:09 +0200

  • Mageia 2 needs .ko.xz modules detection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3014 r3020  
    512512    fi
    513513    # Find all files and links (required for some VMWare VMs)
    514     modpaths=`find $1 -name $2.*o -o -name $2.o.gz -o -name $2.ko.gz -o -name $2 -type f -o -type l`
     514    modpaths=`find $1 -name $2.*o -o -name $2.o.gz -o -name $2.ko.gz -o -name $2.ko.xz -o -name $2 -type f -o -type l`
    515515    echo "$modpaths"
    516516    cd "$pwd"
Note: See TracChangeset for help on using the changeset viewer.