Bug 585170 - livecd-creator ignores device directive
Summary: livecd-creator ignores device directive
Keywords:
Status: CLOSED DUPLICATE of bug 588622
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Huff
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-23 10:37 UTC by Alan Pevec
Modified: 2010-06-20 21:53 UTC (History)
5 users (show)

Fixed In Version:
Clone Of: 584185
Environment:
Last Closed: 2010-06-20 21:53:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to generate dracut.conf instead of /etc/sysconfig/mkinitrd (2.73 KB, patch)
2010-04-23 10:39 UTC, Alan Pevec
no flags Details | Diff

Description Alan Pevec 2010-04-23 10:37:10 UTC
+++ This bug was initially created as a clone of Bug #584185 +++

Description of problem:
device kickstart directive is ignored because livecd-creator generates /etc/sysconfig/mkinitrd

Version-Release number of selected component (if applicable):
livecd-tools-031-1.6.el6

--- Additional comment from apevec on 2010-04-20 18:16:47 EDT ---

Created an attachment (id=407936)
patch to generate dracut.conf instead of sysconfig/

Comment 1 Alan Pevec 2010-04-23 10:39:58 UTC
Created attachment 408568 [details]
patch to generate dracut.conf instead of /etc/sysconfig/mkinitrd

Comment 2 Harald Hoyer 2010-04-23 11:21:41 UTC
"add_drivers+=" does not work!

Comment 3 Alan Pevec 2010-04-23 11:28:45 UTC
(In reply to comment #2)
> "add_drivers+=" does not work!    

it does, dracut.conf is simply sourced as a shell script

Comment 4 Harald Hoyer 2010-04-23 11:29:12 UTC
+        f.write('add_drivers+="squashfs ext4 ext3 ext2 vfat msdos "\n')
+        f.write('add_drivers+="sr_mod sd_mod ide-cd cdrom "\n')
+                f.write('add_drivers+="ehci_hcd uhci_hcd ohci_hcd "\n')
+                f.write('add_drivers+="usb_storage usbhid "\n')
+                f.write('add_drivers+="firewire-sbp2 firewire-ohci "\n')
+                f.write('add_drivers+="sbp2 ohci1394 ieee1394 "\n')
+                f.write('add_drivers+="mmc_block sdhci sdhci-pci "\n')
+                f.write('add_drivers+="pata_pcmcia  "\n')

$ for i in squashfs ext4 ext3 ext2 vfat msdos sr_mod sd_mod ide-cd cdrom ehci_hcd uhci_hcd ohci_hcd usb_storage usbhid firewire-sbp2 firewire-ohci sbp2 ohci1394 ieee1394 mmc_block sdhci sdhci-pci pata_pcmcia; do lsinitrd /boot/initramfs-$(uname -r).img|grep -q ${i}.ko || { modinfo $i &>/dev/null && echo "$i is missing";};done

usb_storage is missing
sdhci is missing
sdhci-pci is missing

ok, I'll add those missing modules to the hardcoded list of modules.

Comment 5 Harald Hoyer 2010-04-23 11:30:49 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > "add_drivers+=" does not work!    
> 
> it does, dracut.conf is simply sourced as a shell script    

doh! forgot, that we use bash in creation mode! cool!

Comment 6 Fedora Admin XMLRPC Client 2010-05-07 15:41:28 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 7 David Huff 2010-05-07 20:03:46 UTC
*** Bug 588622 has been marked as a duplicate of this bug. ***

Comment 9 Alan Pevec 2010-06-20 21:53:54 UTC
Accepted upstream is the better fix from bug 588622

*** This bug has been marked as a duplicate of bug 588622 ***


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