Resolves: bz 427201

This commit is contained in:
Neil Horman 2008-01-02 15:39:15 +00:00
parent eebadaf3b4
commit efd130ffc2
2 changed files with 5 additions and 2 deletions

View File

@ -155,6 +155,7 @@ function load_kdump()
KDUMP_COMMANDLINE=`cat /proc/cmdline` KDUMP_COMMANDLINE=`cat /proc/cmdline`
fi fi
ARCH=`uname -m`
if [ "$ARCH" == "ppc64" ] if [ "$ARCH" == "ppc64" ]
then then
MEM_RESERVED=`grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]" /proc/cmdline` MEM_RESERVED=`grep "crashkernel=[0-9]\+[MmKkGg]@[0-9]\+[MmGgKk]" /proc/cmdline`
@ -168,7 +169,6 @@ function load_kdump()
return 1 return 1
fi fi
ARCH=`uname -m`
if [ "$ARCH" == "i686" -o "$ARCH" == "i386" ] if [ "$ARCH" == "i686" -o "$ARCH" == "i386" ]
then then

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 1.102pre Version: 1.102pre
Release: 2%{?dist} Release: 3%{?dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -218,6 +218,9 @@ done
%doc kexec-kdump-howto.txt %doc kexec-kdump-howto.txt
%changelog %changelog
* Wed Jan 02 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-3
- Fix ARCH placement in kdump init script (bz 427201)
* Mon Oct 01 2007 Neil Horman <nhorman@redhat.com> - 1.102pre-2 * Mon Oct 01 2007 Neil Horman <nhorman@redhat.com> - 1.102pre-2
- Fix triggerpostun script (bz 308151) - Fix triggerpostun script (bz 308151)