Changeset 349 in MondoRescue
- Timestamp:
- Jan 27, 2006, 7:39:12 PM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi-kernel/mindi-kernel.spec
r294 r349 8 8 Version: 1.06 9 9 Release: %mrel 10 Copyright: GPL10 License: GPL 11 11 Group: System/Kernel and hardware 12 12 Url: http://www.mondorescue.org -
branches/stable/mindi/mindi
r312 r349 2945 2945 fi 2946 2946 FixPathIfBroken 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` 2948 2948 AbortIfMkfsVfatMissing 2949 2949 ### BCO
Note:
See TracChangeset
for help on using the changeset viewer.