Bug 292421

Summary: install/rescue images do not seem to package firewire kernel modules.
Product: [Fedora] Fedora Reporter: Alex Kanavin <ak>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-18 01:44:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
anaconda log where firewire is not set up none

Description Alex Kanavin 2007-09-16 11:28:08 UTC
F8test2 installation/rescue images do not seem to package firewire modules, as a result, firewire is not 
set up (see attached anaconda.log). 

Apparently the problem is that in scripts/mk-images the line:
FIREWIREMODS="ieee1394 ohci1394 sbp2 fw-core fw-ohci fw-sbp2"
should be
FIREWIREMODS="ieee1394 ohci1394 sbp2 fw-core fw-ohci fw-sbp2 firewire-core firewire-ohci 
firewire-sbp2"
because the modules have been renamed again.

Please check and fix.

Comment 1 Alex Kanavin 2007-09-16 11:28:08 UTC
Created attachment 196701 [details]
anaconda log where firewire is not set up

Comment 2 Jeremy Katz 2007-09-18 01:44:57 UTC
Fixed in CVS, thanks