This commit is contained in:
parent
0ea02498e2
commit
50c881c484
2
kdump
2
kdump
@ -141,7 +141,7 @@ load_kdump()
|
||||
-e 's/ *BOOT_IMAGE=[^ ]* / /g' \
|
||||
-e 's/ *showopts/ /g'`
|
||||
# Use deadline for saving the memory footprint
|
||||
KDUMP_COMMANDLINE="$KDUMP_COMMANDLINE elevator=deadline sysrq=1"
|
||||
KDUMP_COMMANDLINE="$KDUMP_COMMANDLINE elevator=deadline sysrq=1 reset_devices"
|
||||
case `uname -i` in
|
||||
i?86|x86_64|ia64)
|
||||
KDUMP_COMMANDLINE="$KDUMP_COMMANDLINE irqpoll"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 15:23:58 CEST 2007 - bwalle@suse.de
|
||||
|
||||
- add reset_devices kernel parameter as default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 25 22:37:42 CEST 2007 - olh@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ Requires: %insserv_prereq %fillup_prereq
|
||||
Autoreqprov: on
|
||||
Summary: Tools for fast kernel loading
|
||||
Version: 1.101
|
||||
Release: 132
|
||||
Release: 134
|
||||
Source: %{name}-%{package_version}.tar.bz2
|
||||
Source1: kdump
|
||||
Source2: sysconfig.kdump
|
||||
@ -144,6 +144,8 @@ true # ignore errors
|
||||
/var/adm/fillup-templates/sysconfig.kdump
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2007 - bwalle@suse.de
|
||||
- add reset_devices kernel parameter as default
|
||||
* Sat Aug 25 2007 - olh@suse.de
|
||||
- do not require kdump-helpers on s390
|
||||
* Fri Jul 27 2007 - bwalle@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user