Changeset 349 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jan 27, 2006, 7:39:12 PM (18 years ago)
Author:
bcornec
Message:

mindi now supports a 2.6 failsafe kernel

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-kernel/mindi-kernel.spec

    r294 r349  
    88Version:    1.06
    99Release:    %mrel
    10 Copyright:  GPL
     10License:    GPL
    1111Group:      System/Kernel and hardware
    1212Url:        http://www.mondorescue.org
  • branches/stable/mindi/mindi

    r312 r349  
    29452945fi
    29462946FixPathIfBroken
    2947 [ -f "$MINDI_LIB/vmlinuz" ] && FAILSAFE_KVER=`strings $MINDI_LIB/vmlinuz 2> /dev/null | grep "2\.4" | cut -d' ' -f1`
     2947[ -f "$MINDI_LIB/vmlinuz" ] && FAILSAFE_KVER=`strings $MINDI_LIB/vmlinuz 2> /dev/null | egrep "2\.[46]" | cut -d' ' -f1`
    29482948AbortIfMkfsVfatMissing
    29492949### BCO
Note: See TracChangeset for help on using the changeset viewer.