Changeset 1797 in MondoRescue
- Timestamp:
- Nov 14, 2007, 2:09:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1796 r1797 970 970 grep -vx " *#.*" $MY_FSTAB | grep -vx " *none.*" | $AWK '/^\/dev\/[imhs]d||^LABEL=\/|^UUID=/ && !/fdd|cdr|zip|floppy/ {print $1}' 971 971 [ -e "/etc/raidtab" ] && $AWK '/^ *device/ {print $2}' /etc/raidtab 972 [ -e "/vmfs/volumes" ] && echo "/vmfs/volumes" 972 973 return 973 974 } … … 3191 3192 MODULES="`cat /proc/modules | awk '{print $1}'`" 3192 3193 if [ -x /usr/sbin/esxcfg-module ]; then 3194 echo "-------------" >> $LOGFILE 3193 3195 echo "VMWare ESX server detected - Enabling dedicated support" >> $LOGFILE 3194 3196 echo "-------------" >> $LOGFILE … … 3208 3210 3209 3211 # Compute libata version 3210 laver=`modinfo libata | grep -Ei '^Version:' | cut -d: -f2 | cut -d. -f1 | sed 's/ *//g' `3212 laver=`modinfo libata | grep -Ei '^Version:' | cut -d: -f2 | cut -d. -f1 | sed 's/ *//g' 2> /dev/null` 3211 3213 # If libata v2 is used then remove ide-generic as it will perturbate boot 3212 3214 if [ "`echo $MODULES | grep libata`" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.