udev rules for dev/test packages are not processed
Reported by
printe...@chromium.org,
May 6 2016
|
||
Issue descriptionBecause dev/test packages are installed in dev_image and on boot dev_image is mounted at /usr/local, udev rules from such packages end up being located at /usr/local/lib/udev/rules.d. Udev only reads rules from /etc/udev/rules.d and /lib/udev/rules.d so the rules from such packages (eg. sys-fs/lvm2) are ignored and which may lead to strange/unwanted behavior. We should find a way to apply udev rules for dev/test packages.
,
Jul 19
this is largely WAI, albeit a bit surprising we have a test root package now for files that really need to be in the rootfs closing out as it doesn't seem to be a big deal, and arguably udev rules shouldn't be different between test & non-test images otherwise it makes our test results less reliable |
||
►
Sign in to add a comment |
||
Comment 1 by vapier@chromium.org
, May 17 2016