summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2018-11-12 20:56:23 -0800
committerLars Wendler <polynomial-c@gentoo.org>2018-11-13 09:33:27 +0100
commit9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4 (patch)
treec621be51391aae2e1b8b5647916bb563552d42de /app-emulation/virtualbox-modules/files
parentmedia-sound/mpd: Version bump (v0.21.2) (diff)
downloadgentoo-9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4.tar.gz
gentoo-9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4.tar.bz2
gentoo-9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4.zip
app-emulation/virtualbox-modules: change module load order
vboxnetadp, vboxnetflt and vboxpci depend on vboxdrv Module Size Used by vboxdrv 425984 3 vboxpci,vboxnetadp,vboxnetflt But since OpenRC commit d70b1c55b67b44b98c23ceed25bc428481f7e00a modprobe is run with '--first-time' option, thus produsing harmless, but stil nasty looking error: '* Failed to load vboxdrv' on boot This commit changes module load order to prevent seeing the error. This does not change behavior on older openrc systems. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-emulation/virtualbox-modules/files')
-rw-r--r--app-emulation/virtualbox-modules/files/virtualbox.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/virtualbox-modules/files/virtualbox.conf b/app-emulation/virtualbox-modules/files/virtualbox.conf
index 452f0a9ff3e8..c8c79a249887 100644
--- a/app-emulation/virtualbox-modules/files/virtualbox.conf
+++ b/app-emulation/virtualbox-modules/files/virtualbox.conf
@@ -1,4 +1,4 @@
+vboxdrv
vboxnetflt
vboxnetadp
-vboxdrv
vboxpci