app-emulation/virtualbox-modules: Added vboxpci to virtualbox.conf

and mention it in the pkg_postinst elog messages.

Change suggested by masterzorag.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2016-07-14 11:27:55 +02:00
parent 373797bb93
commit 26ac535a9f
3 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
vboxnetflt
vboxnetadp
vboxdrv
vboxpci

View File

@@ -55,7 +55,7 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
elog "If you are using sys-apps/openrc, please add \"vboxdrv\", \"vboxnetflt\""
elog "and \"vboxnetadp\" to:"
elog "If you are using sys-apps/openrc, please add \"vboxdrv\", \"vboxnetflt\","
elog "\"vboxnetadp\" and \"vboxpci\" to:"
elog " /etc/conf.d/modules"
}

View File

@@ -55,7 +55,7 @@ src_install() {
pkg_postinst() {
linux-mod_pkg_postinst
elog "If you are using sys-apps/openrc, please add \"vboxdrv\", \"vboxnetflt\""
elog "and \"vboxnetadp\" to:"
elog "If you are using sys-apps/openrc, please add \"vboxdrv\", \"vboxnetflt\","
elog "\"vboxnetadp\" and \"vboxpci\" to:"
elog " /etc/conf.d/modules"
}