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