New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/28137#issuecomment-771275959 Comment: > 1. Patch the `check` function to again always return 255 without complaining; I'll pick this route. > Also, I noticed we have `/usr/lib/dracut/dracut.conf.d/00-void.conf` coming from `base-files` I think this change could be postponed for a while, I think it's better to not move files around when updating the package, (which potentially break). Moving file around require updating both package at the same time. > and `/usr/lib/dracut/dracut.conf.d/10-runit-void.conf` coming from `runit-void`. It might be nice to move these files to the `dracut` package itself rather than scattering them around. While it's nice to have everything in single location, `runit-void` is maintained in another repo. I think we'll re-visit the file moving later.