Changeset 3182 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Sep 10, 2013, 1:05:09 AM (11 years ago)
Author:
Bruno Cornec
Message:

Fix kernel version 3 support in a mindi test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3181 r3182  
    24122412    done
    24132413    if [ ! "$possible_kernels" ] && uname -a | grep Knoppix > /dev/null ; then
    2414         possible_kernels=`find /boot/vmlinuz-2.* | tail -n1`
     2414        possible_kernels=`find /boot/vmlinuz-[23].* | tail -n1`
    24152415    fi
    24162416    if [ ! "$possible_kernels" ] ; then
Note: See TracChangeset for help on using the changeset viewer.