Bug 130808

Summary: /sbin/start_udev is too trusting in its configuration file
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: udevAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
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: 2004-08-27 13:20:20 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:
Bug Depends On:    
Bug Blocks: 123268    
Attachments:
Description Flags
check initial conditions more thorougly none

Description Michal Jaegermann 2004-08-24 20:40:37 UTC
Description of problem:

Even if udev.conf says

UDEV_RAMFS="yes"
UDEV_INITRD="yes"
UDEV_KEEP_DEV="yes"

that does not mean that what this implies is satisfied and
it should be checked.  I believe that something like
the attached patch is needed.

Version-Release number of selected component (if applicable):
udev-030-7

Comment 1 Michal Jaegermann 2004-08-24 20:41:56 UTC
Created attachment 103040 [details]
check initial conditions more thorougly