virtualbox-ose: Include UnattendedTemplates
These templates enable VirtualBox to do unattended installs. It fails with an error message complaining about missing /usr/share/virtualbox/UnattendedTemplates without it.
This commit is contained in:
parent
b3075ca883
commit
bbf46df50a
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'virtualbox-ose'
|
# Template file for 'virtualbox-ose'
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
version=7.0.12a
|
version=7.0.12a
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only, CDDL-1.0"
|
license="GPL-2.0-only, CDDL-1.0"
|
||||||
|
@ -116,6 +116,8 @@ do_install() {
|
||||||
vsv vboxwebsrv
|
vsv vboxwebsrv
|
||||||
|
|
||||||
vdoc ${FILESDIR}/README.voidlinux
|
vdoc ${FILESDIR}/README.voidlinux
|
||||||
|
|
||||||
|
vcopy UnattendedTemplates usr/share/virtualbox
|
||||||
}
|
}
|
||||||
|
|
||||||
virtualbox-ose-dkms_package() {
|
virtualbox-ose-dkms_package() {
|
||||||
|
|
Loading…
Reference in New Issue