forked from pool/kexec-tools
This commit is contained in:
parent
081eaec078
commit
b7abc06e11
11
kdump
11
kdump
@ -283,9 +283,14 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
if [ ! -f /proc/vmcore ]; then
|
if [ ! -f /proc/vmcore ]; then
|
||||||
echo -n "Unloading kdump"
|
if [ "$RUNLEVEL" != "" ]; then
|
||||||
$KEXEC -p -u
|
echo -n "Not unloading kdump during runlevel changes"
|
||||||
rc_status -v
|
rc_status -s
|
||||||
|
else
|
||||||
|
echo -n "Unloading kdump"
|
||||||
|
$KEXEC -p -u
|
||||||
|
rc_status -v
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 29 15:41:43 CET 2007 - olh@suse.de
|
||||||
|
|
||||||
|
- do not unload kdump kernel during runlevel changes (#238733)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 19:28:57 CET 2007 - bwalle@suse.de
|
Thu Jan 25 19:28:57 CET 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ 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: 66
|
Release: 67
|
||||||
Source: %{name}-%{package_version}.tar.bz2
|
Source: %{name}-%{package_version}.tar.bz2
|
||||||
Source1: kdump
|
Source1: kdump
|
||||||
Source2: sysconfig.kdump
|
Source2: sysconfig.kdump
|
||||||
@ -120,6 +120,8 @@ cd -
|
|||||||
%{_sbindir}/kdump-helper
|
%{_sbindir}/kdump-helper
|
||||||
|
|
||||||
%changelog -n kexec-tools
|
%changelog -n kexec-tools
|
||||||
|
* Mon Jan 29 2007 - olh@suse.de
|
||||||
|
- do not unload kdump kernel during runlevel changes (#238733)
|
||||||
* Thu Jan 25 2007 - bwalle@suse.de
|
* Thu Jan 25 2007 - bwalle@suse.de
|
||||||
- added documentation for initrd-based kdump saving
|
- added documentation for initrd-based kdump saving
|
||||||
- fixed description of KDUMP_IMMEDIATE_REBOOT
|
- fixed description of KDUMP_IMMEDIATE_REBOOT
|
||||||
|
Loading…
Reference in New Issue
Block a user