Bug 120827 - [PATCH] mkinitrd Please Remove i2o_pci
Summary: [PATCH] mkinitrd Please Remove i2o_pci
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: mkinitrd
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Peter Jones
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-04-14 10:11 UTC by Warren Togami
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-05-20 09:16:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Warren Togami 2004-04-14 10:11:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040404 Firefox/0.8

Description of problem:
mkinitrd-3.5.19-1 has i2o_pci hard coded as a module.  2.6 kernel I2O
no longer makes i2o_pci into a kernel module, so mkinitrd fails.  This
results in /boot containing no initrd image and installation of new
kernels fail, as grubby aborts adding the new kernel to the menu when
mkinitrd fails.

No module i2o_pci found for kernel 2.6.5-1.319smp, aborting.

--- mkinitrd.orig       2004-04-14 00:15:31.170358346 -1000
+++ mkinitrd    2004-04-14 00:15:54.134869232 -1000
@@ -103,7 +103,6 @@
     # special cases
     if [ "$modName" = "i2o_block" ]; then
        findmodule i2o_core
-       findmodule i2o_pci
        modName="i2o_block"
     elif [ "$modName" = "ppa" ]; then
        findmodule parport


Version-Release number of selected component (if applicable):
mkinitrd-3.5.19-1

Comment 1 Jeremy Katz 2004-04-15 03:11:29 UTC
Did something to get the same effect but without the side-effect of
breaking 2.4 for 3.5.21

Comment 2 Warren Togami 2004-05-04 01:48:49 UTC
An upcoming upstream kernel patch will completely remove i2o_pci. 
Will this break anything wrt mkinitrd?  If not then we can close this bug.



Note You need to log in before you can comment on or make changes to this bug.