Resolves: bz519767

This commit is contained in:
Neil Horman 2009-12-01 17:56:44 +00:00
parent 561bf7907b
commit 5a44a04f67
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 2.0.0 Version: 2.0.0
Release: 29%{?dist} Release: 30%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -264,6 +264,9 @@ done
%changelog %changelog
* Tue Dec 01 2009 Neil Horman <nhorman@redhat.com> - 2.0.0-30
- Fix raid support in mkdumprd (bz 519767)
* Mon Nov 23 2009 Neil Horman <nhorman@redhat.com> - 2.0.0-29 * Mon Nov 23 2009 Neil Horman <nhorman@redhat.com> - 2.0.0-29
- Updating firstboot script to RHEL-6 version (bz 539812) - Updating firstboot script to RHEL-6 version (bz 539812)

View File

@ -188,6 +188,9 @@ findmodule() {
findmodule ieee1394 findmodule ieee1394
findmodule ohci1394 findmodule ohci1394
modName="sbp2" modName="sbp2"
elif [ "$modName" = "raid6" ]; then
findmodule raid456
modName="raid456"
else else
moduledep $modName moduledep $modName
for i in $deps; do for i in $deps; do