- Do the right thing in memtest-setup w/o separate /boot (#528651)

This commit is contained in:
Jarod Wilson 2009-10-13 18:58:40 +00:00
parent c6861ccc05
commit e45c9dc991
2 changed files with 6 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if [ "$RETVAL" != "0" ]; then
echo "ERROR: grubby failed to configure your bootloader for $MTPATH."
exit $RETVAL
else
sed -i -e"s,kernel /$ENAME,kernel --type=netbsd /$ENAME," /boot/grub/grub.conf
sed -i -e"s,kernel \(/boot\)\?/$ENAME,kernel --type=netbsd \1/$ENAME," /boot/grub/grub.conf
sed -i -e"s,/$ENAME-$MTVERSION.*,/$ENAME-$MTVERSION," /boot/grub/grub.conf
fi

View File

@ -7,7 +7,7 @@
Name: memtest86+
Version: 4.00
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Summary: Stand-alone memory tester for x86 and x86-64 computers
Group: System Environment/Base
@ -84,6 +84,10 @@ rm -rf %{buildroot}
%changelog
* Tue Oct 13 2009 Jarod Wilson <jarod@redhat.com> - 4.00-2
- Fix memtest-setup on systems without a separate /boot
filesystem (#528651)
* Tue Sep 29 2009 Jarod Wilson <jarod@redhat.com> - 4.00-1
- Update to new upstream release, v4.00
- Drop gcc4.2+ patch, merged upstream