PATCH: mkinitrd: Fix booting of i2o devices (#476277)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Based on a patch by Hibbard T. Smith, JR
---
 mkinitrd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mkinitrd b/mkinitrd
index 11051ef..21dad0f 100755
--- a/mkinitrd
+++ b/mkinitrd
@@ -186,8 +186,8 @@ findmodule() {
     fi

     # special cases
-    if [ "$modName" = "i2o_block" ]; then
-        eval $subcmd i2o_core
+    if [ "$modName" = "i2o_core" ]; then
+        eval $subcmd i2o_block
         eval $subcmd -i2o_pci
         modName="i2o_block"
     elif [ "$modName" = "ppa" ]; then
--
1.6.1.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux