OBS User unknown 2007-06-21 20:34:14 +00:00 committed by Git OBS Bridge
parent f22f35130d
commit 490bd2f24f
3 changed files with 9 additions and 2 deletions

2
kdump
View File

@ -173,7 +173,7 @@ load_kdump()
echo 1 > /proc/sys/kernel/panic_on_oops
# remove `--args-linux' for x86 type kernel files here
if [ $($KDUMP_IDENTIFY_KERNEL -t $kdump_kernel) = "x86" ] ; then
if [ "$($KDUMP_IDENTIFY_KERNEL -t $kdump_kernel)" = "x86" ] ; then
KEXEC_OPTIONS=$(echo $KEXEC_OPTIONS | sed -e 's/--args-linux//g')
fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 21 16:27:33 CEST 2007 - bwalle@suse.de
- kdump init script: fix handling of spaces in kernel type
-------------------------------------------------------------------
Wed Jun 13 16:51:53 CEST 2007 - bwalle@suse.de

View File

@ -18,7 +18,7 @@ Requires: %insserv_prereq %fillup_prereq
Autoreqprov: on
Summary: Tools for fast kernel loading
Version: 1.101
Release: 110
Release: 111
Source: %{name}-%{package_version}.tar.bz2
Source1: kdump
Source2: sysconfig.kdump
@ -129,6 +129,8 @@ true # ignore errors
/var/adm/fillup-templates/sysconfig.kdump
%changelog
* Thu Jun 21 2007 - bwalle@suse.de
- kdump init script: fix handling of spaces in kernel type
* Wed Jun 13 2007 - bwalle@suse.de
- remove KDUMP_KERNELVER="kdump" on x86_64 and i386 since there's
no special "kdump" kernel any more in the default configuration