oversteer icon indicating copy to clipboard operation
oversteer copied to clipboard

Readme: correct lib/udev to etc/udev

Open tutacat opened this issue 7 months ago • 1 comments

tutacat avatar Jun 20 '25 17:06 tutacat

This has been a bit of a mess. Older tutorials and tools installed in /lib/udev or /etc/udev, I chose /usr/local/lib/udev to split it from system and user-made rules. I wouldn't mind using /etc/udev but it should be done in a consistent way.

This is also somewhat out of the scope of this project, since these rules should be maintained by the drivers and finally packaged by distro maintainers. But since there hasn't been much development in that front, they're handled here.

I'm open to discuss further changes.

berarma avatar Jun 25 '25 09:06 berarma

Sorry, the point here is for a manual install, rather than a package, you want to install to etc, as that is a user managed setting, as opposed to managed by the OS or package manager. Moving to a suggestion issue for now.

tutacat avatar Nov 12 '25 22:11 tutacat