Tagged Questions
3
votes
2answers
107 views
Where to install local software that runs before /usr is available?
I'm writing a local program to be called by a udev IMPORT{program} rule. Normally, I'd install local software in /usr/local, but these udev rules are run when block devices appear. So they're running ...