Resolves bz 461615
This commit is contained in:
parent
fd7615a8d5
commit
91f6724530
@ -20,7 +20,7 @@ KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 reset_devices"
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# KEXEC_ARGS="--elf32-core-headers"
|
# KEXEC_ARGS="--elf32-core-headers"
|
||||||
KEXEC_ARGS=" --args-linux"
|
KEXEC_ARGS=""
|
||||||
|
|
||||||
#Where to find the boot image
|
#Where to find the boot image
|
||||||
KDUMP_BOOTDIR="/boot"
|
KDUMP_BOOTDIR="/boot"
|
||||||
|
@ -20,7 +20,7 @@ KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 reset_devices"
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
# KEXEC_ARGS="--elf32-core-headers"
|
# KEXEC_ARGS="--elf32-core-headers"
|
||||||
KEXEC_ARGS=" --args-linux"
|
KEXEC_ARGS=""
|
||||||
|
|
||||||
#Where to find the boot image
|
#Where to find the boot image
|
||||||
KDUMP_BOOTDIR="/boot"
|
KDUMP_BOOTDIR="/boot"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -239,6 +239,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 15 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-2
|
||||||
|
- Fix sysconfig files to not specify --args-linux on x86 (bz 461615)
|
||||||
|
|
||||||
* Wed Aug 27 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-1
|
* Wed Aug 27 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-1
|
||||||
- Update kexec-tools to latest upstream version
|
- Update kexec-tools to latest upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user