Resolves: bz 253714

This commit is contained in:
Neil Horman 2007-08-21 15:21:40 +00:00
parent 1d0759917d
commit e43f570021
2 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,7 @@ function save_core()
coredir="/var/crash/`date +"%Y-%m-%d-%H:%M"`"
mkdir -p $coredir
cp /proc/vmcore $coredir/vmcore-incomplete
cp --sparse=always /proc/vmcore $coredir/vmcore-incomplete
if [ $? == 0 ]; then
mv $coredir/vmcore-incomplete $coredir/vmcore
$LOGGER "saved a vmcore to $coredir"

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 1.101
Release: 78%{?dist}
Release: 79%{?dist}
License: GPL
Group: Applications/System
Summary: The kexec/kdump userspace component.
@ -252,6 +252,9 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py
%doc kexec-kdump-howto.txt
%changelog
* Tue Aug 21 2007 Neil Horman <nhorman@redhat.com> - 1.101-79
- Update kdump.init to always create sparse files (bz 253714)
* Fri Aug 10 2007 Neil Horman <nhorman@redhat.com> - 1.101-78
- Update init script to handle xen kernel cmdlnes (bz 250803)