Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions srcpkgs/virtualbox-ose/files/workaround-vboxguest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Fix for wrong older vboxguest dkms module version being loaded by default, coming from initramfs,
# preventing load of the proper version of the vboxguest dkms module coming with this package,
# and breaking vbosf at boot time (and therefore file sharing with the host) - see issue #58300.

modprobe -r vboxguest
4 changes: 3 additions & 1 deletion srcpkgs/virtualbox-ose/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'virtualbox-ose'
pkgname=virtualbox-ose
version=7.2.4
revision=1
revision=2
short_desc="General-purpose full virtualizer for x86 hardware"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, CDDL-1.0"
Expand Down Expand Up @@ -186,5 +186,7 @@ virtualbox-ose-guest-dkms_package() {
vcopy . "usr/src/${pkgname%-dkms}-${version}"
vinstall ${FILESDIR}/${pkgname}.udev 644 \
usr/lib/udev/rules.d 60-${pkgname}.rules
vinstall ${FILESDIR}/workaround-vboxguest.sh 644 \
etc/runit/core-services 01-workaround-vboxguest.sh
}
}