diff --git a/kdump.sysconfig.i386 b/kdump.sysconfig.i386 index 2ca127a..1c00a70 100644 --- a/kdump.sysconfig.i386 +++ b/kdump.sysconfig.i386 @@ -20,7 +20,7 @@ KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 reset_devices" # # Example: # KEXEC_ARGS="--elf32-core-headers" -KEXEC_ARGS=" --args-linux" +KEXEC_ARGS="" #Where to find the boot image KDUMP_BOOTDIR="/boot" diff --git a/kdump.sysconfig.x86_64 b/kdump.sysconfig.x86_64 index 2ca127a..1c00a70 100644 --- a/kdump.sysconfig.x86_64 +++ b/kdump.sysconfig.x86_64 @@ -20,7 +20,7 @@ KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 reset_devices" # # Example: # KEXEC_ARGS="--elf32-core-headers" -KEXEC_ARGS=" --args-linux" +KEXEC_ARGS="" #Where to find the boot image KDUMP_BOOTDIR="/boot" diff --git a/kexec-tools.spec b/kexec-tools.spec index 25bb0b2..67a3528 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component. @@ -239,6 +239,9 @@ done %changelog +* Mon Sep 15 2008 Neil Horman - 2.0.0-2 +- Fix sysconfig files to not specify --args-linux on x86 (bz 461615) + * Wed Aug 27 2008 Neil Horman - 2.0.0-1 - Update kexec-tools to latest upstream version