This commit is contained in:
parent
9c42adba14
commit
bdddc6909b
@ -387,8 +387,6 @@ Machine-specific Notes
|
|||||||
======================
|
======================
|
||||||
|
|
||||||
- IA64
|
- IA64
|
||||||
o On some Hewlett Packard platforms you need 'machvec=dig' in
|
|
||||||
KDUMP_COMMANDLINE_APPEND. For example: HP rx3600.
|
|
||||||
|
|
||||||
o On SGI SN2 machines, the kdump doesn't work when the VGA console
|
o On SGI SN2 machines, the kdump doesn't work when the VGA console
|
||||||
is active. To disable the VGA console execute following commands
|
is active. To disable the VGA console execute following commands
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 3 00:00:18 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- removed 'machvec=dig' workaround from the documentation since
|
||||||
|
this has been fixed in the kernel (#271158)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 22 16:55:27 CEST 2007 - bwalle@suse.de
|
Fri Jun 22 16:55:27 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
%define package_version testing-20070319-rc
|
%define package_version testing-20070319-rc
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Requires: %insserv_prereq %fillup_prereq
|
Requires: %insserv_prereq %fillup_prereq
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 1.101
|
Version: 1.101
|
||||||
Release: 112
|
Release: 114
|
||||||
Source: %{name}-%{package_version}.tar.bz2
|
Source: %{name}-%{package_version}.tar.bz2
|
||||||
Source1: kdump
|
Source1: kdump
|
||||||
Source2: sysconfig.kdump
|
Source2: sysconfig.kdump
|
||||||
@ -132,6 +132,9 @@ true # ignore errors
|
|||||||
/var/adm/fillup-templates/sysconfig.kdump
|
/var/adm/fillup-templates/sysconfig.kdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 03 2007 - bwalle@suse.de
|
||||||
|
- removed 'machvec=dig' workaround from the documentation since
|
||||||
|
this has been fixed in the kernel (#271158)
|
||||||
* Fri Jun 22 2007 - bwalle@suse.de
|
* Fri Jun 22 2007 - bwalle@suse.de
|
||||||
- disable -fstack-protector on IA64 since the kdump kernel doesn't
|
- disable -fstack-protector on IA64 since the kdump kernel doesn't
|
||||||
boot with -fstack-protector enabled
|
boot with -fstack-protector enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user