Created attachment 539710 [details] ebuild that also installs unattended templates with installed app-emulation/virtualbox-5.2.14 I tried to use the unattended install feature. But I got the following Error: ----------------------- $ VBoxManage unattended install centos7-test --iso=./CentOS-7-x86_64-Minimal-1804.iso VBoxManage: info: Preparing unattended installation of RedHat_64 in machine 'centos7-test' (45bbc115-2de9-47ea-ae4d-f959b5639778). VBoxManage: error: Failed to open '/usr/share/virtualbox/UnattendedTemplates/redhat67_ks.cfg' (VERR_FILE_NOT_FOUND) VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component UnattendedWrap, interface IUnattended, callee nsISupports VBoxManage: error: Context: "Prepare()" at line 1643 of file VBoxManageMisc.cpp ----------------------- The reason for this is, that the UnattendedTemplates are not being installed in '/usr/share/virtualbox/UnattendedTemplates' by the ebuild. I added the line "doins -r UnattendedTemplates" in the src_install() of a copy of the ebuild, and it worked fine. See Attached ebuild Cheers,
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267e77beaacd5e24733d9840a8680e3a47ffb04e