app-emulation/virtualbox-modules: fix pkg_postinst

Closes: https://bugs.gentoo.org/977784
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2026-06-20 21:47:47 +03:00
parent c5f7cbe8cc
commit 2f957551f8

View File

@@ -35,6 +35,7 @@ src_install() {
}
pkg_postinst() {
linux-mod-r1_pkg_postinst
if ver_replacing -lt "7.2.10"; then
ewarn 'Starting with 7.2.10, using the `kvm.enable_virt_at_load=0` kernel parameter'
ewarn ' prevents the virtual machines from starting.'