Opened 12 years ago
Closed 12 years ago
#3102 closed task (fixed)
Need to resurrect /lib/udev/devices handling with udev >= 183
Reported by: | Bryan Kadzban | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2 |
Component: | Bootscripts | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Cherrypicking a random post from the linux-hotplug discussion:
http://marc.info/?l=linux-hotplug&m=133814302819790&w=2
udevd will no longer copy the contents of /lib/udev/devices into /dev at startup like it used to, and for which functionality we ripped out the copying from the udev bootscript. SIGH.
Dependent on #3098 being fixed first, since udev-182 works fine (and I suspect requires the current-bootscript behavior, though I don't know that for sure).
(Here's hoping nothing else has been silently dropped...)
Filing this so I don't forget about it before the next release.
Note:
See TracTickets
for help on using tickets.
I fixed this in mountvirtfs, but we need to make sure /lib/udev/devices has both:
Closing as fixed in revision 9868, but above needs to addressed when we fix #3098.