Resolves: bz 244649

This commit is contained in:
Neil Horman 2007-06-18 19:04:08 +00:00
parent 8745f654bd
commit 4fe704538a
2 changed files with 5 additions and 2 deletions

View File

@ -154,7 +154,7 @@ function load_kdump()
KDUMP_COMMANDLINE=`cat /proc/cmdline`
fi
MEM_RESERVED=`echo $KDUMP_COMMANDLINE | grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]"`
MEM_RESERVED=`grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]" /proc/cmdline`
if [ -z "$MEM_RESERVED" ]
then
$LOGGER "No crashkernel parameter specified for running kernel"

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 1.101
Release: 69%{?dist}
Release: 70%{?dist}
License: GPL
Group: Applications/System
Summary: The kexec/kdump userspace component.
@ -251,6 +251,9 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py
%doc kexec-kdump-howto.txt
%changelog
* Mon Jun 18 2007 Neil Horman <nhorman@redhat.com> - 1.101-70%{dist}
- Fixed kdump.init to properly read cmdline (bz 244649)
* Wed Apr 11 2007 Neil Horman <nhorman@redhat.com> - 1.101-69%{dist}
- Fixed up kdump.init to enforce mode 600 on authorized_keys2 (bz 235986)