void-linux/void-runit

Support disabling 03-filesystems.sh

matthias-t opened this issue · 2 comments

I have dracut configured to mount all my filesystems, so I would like to disable the 03-filesystems.sh core service. Could something like:

[ -e /etc/stage-1-no-mount ] && exit

be added to the start of the script?

You can use noextract= in your xbps config to not install that file.

Thank you!