Bug 163153

Summary: add /etc/udev/rules.d/*.rules to initrd
Product: [Fedora] Fedora Reporter: Avi Kivity <avi>
Component: mkinitrdAssignee: Peter Jones <pjones>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-03 23:08:46 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:

Description Avi Kivity 2005-07-13 15:13:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.1 (like Gecko)

Description of problem:
mkinitrd does not copy udev *.rules to the initrd, so if the finding the  
rootfs relies on udev rules, booting cannot proceed.  
  
I encountered this while making a bootable cdrom from fedora rpms, but there  
may be more scenarios. I don't think it can happen on a "normal" installation. 
  

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

How reproducible:
Always

Steps to Reproduce:
mkinited ... 

Actual Results:  initrd does not contain /etc/udev/rules.d/*.rules; if the rootfs is 
on /dev/cdrom (or usb drive, or ...), the root filesystem cannot be mounted. 

Expected Results:  initrd contains /etc/udev/rules.d/*.rules 

Additional info:

Comment 1 Peter Jones 2006-02-03 23:08:46 UTC
initrd doesn't use udev, and probably won't do so in the future.