Changeset 2649 in MondoRescue


Ignore:
Timestamp:
Jun 13, 2010, 12:36:34 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3874@localhost: bruno | 2010-06-12 12:27:47 +0200

  • Remove warning if libata not found
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2640 r2649  
    27552755
    27562756# Compute libata version
    2757 laver=`modinfo libata | grep -Ei '^Version:' | cut -d: -f2 | cut -d. -f1 | sed 's/  *//g' 2> /dev/null`
     2757laver=`modinfo libata 2> /dev/null | grep -Ei '^Version:' | cut -d: -f2 | cut -d. -f1 | sed 's/  *//g' 2> /dev/null`
    27582758# If libata v2 is used then remove ide-generic as it will perturbate boot
    27592759if [ "`echo $MODULES | grep libata`" ]; then
Note: See TracChangeset for help on using the changeset viewer.