Booting with current eudev on sysv, I see complaints from udevd
about unknown groups render and kvm.

Did I miss something in the change ?

The lines in /lib/udev/50-default.rules are

SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="render", MODE="@GROUP_RENDER_MODE@"
SUBSYSTEM=="kfd", GROUP="render", MODE="@GROUP_RENDER_MODE@"

and

# The static_node is required on s390x and ppc (they are using MODULE_ALIAS)
KERNEL=="kvm", GROUP="kvm", MODE="@DEV_KVM_MODE@", OPTIONS+="static_node=kvm"

which both look iffy with the unmodified '@...@' tokens.

The comment for kvm suggests we don't need it, but for /dev/renderD
I have no idea (google leads its results with "renderd" matches).

ĸen
-- 
Tout est bien, tout va bien, tout va pour le mieux qu'il soit possible
                       -- Candide, de Voltaire
   (Everything is for the best, in the best of all possible worlds)
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to