Resolves: bz248797
This commit is contained in:
parent
f552ef481c
commit
7c84ec10fe
@ -252,7 +252,7 @@ rm -f %{_datadir}/firstboot/modules/firstboot_kdump.py
|
||||
%doc kexec-kdump-howto.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2007 Neil Horman <nhorman@redhat.com> - 1.101-76%{dist}
|
||||
* Thu Jul 19 2007 Neil Horman <nhorman@redhat.com> - 1.101-76%{dist}
|
||||
- Fix mkdumprd to suppress informative messages (bz 248797)
|
||||
|
||||
* Wed Jul 18 2007 Neil Horman <nhorman@redhat.com> - 1.101-75%{dist}
|
||||
|
3
mkdumprd
3
mkdumprd
@ -971,7 +971,8 @@ if [ -n "$CORE_COLLECTOR" ]; then
|
||||
rm -rf $IMAGE
|
||||
exit 1
|
||||
fi
|
||||
/sbin/makedumpfile -g $MNTIMAGE/etc/makedumpfile.config -x /usr/lib/debug/lib/modules/$RUN_KERN_VER/vmlinux > /dev/null
|
||||
/sbin/makedumpfile -g $MNTIMAGE/etc/makedumpfile.config -x
|
||||
/usr/lib/debug/lib/modules/$RUN_KERN_VER/vmlinux > /dev/null 2>&1
|
||||
if [ $? != 0 ]; then
|
||||
echo "could not generate makedumpfile configuration. aborting"
|
||||
rm -rf $MNTIMAGE
|
||||
|
Loading…
Reference in New Issue
Block a user