New review comment by return42 on void-packages repository https://github.com/void-linux/void-packages/pull/52910#discussion_r1905048888 Comment: > it just makes it behave like <=6.11 I'm very new to void-linux, so take my words with care: If I understand the concept/intention of voiid-linux right, we should prefer to go with the upstream .. in this case it means we should not install a modprobe file that will change the behavior compared to the upstream linux kernel. But I think we can install an example [like other packages do ..](https://docs.voidlinux.org/config/network/wpa_supplicant.html?search=/usr/share/examples) (e.g. [pipewire pkg](https://docs.voidlinux.org/config/media/pipewire.html?highlight=%2Fusr%2Fshare%2Fexamples#session-management)). Something like / using `vsconf()`: ```bash post_install() { # ... vsconf "${FILESDIR}/10-virtualbox.conf" } ``` .. with a hint in the `INSTALL.msg`.