virtualbox: install UnattendedTemplates
Fix automated/unattended guest installs by having the missing templates where virtualbox expects them. Fixes #247807.
This commit is contained in:
@@ -212,6 +212,9 @@ in stdenv.mkDerivation {
|
||||
''}
|
||||
|
||||
cp -rv out/linux.*/${buildType}/bin/src "$modsrc"
|
||||
|
||||
mkdir -p "$out/share/virtualbox"
|
||||
cp -rv src/VBox/Main/UnattendedTemplates "$out/share/virtualbox"
|
||||
'';
|
||||
|
||||
preFixup = optionalString (!headless) ''
|
||||
|
||||
Reference in New Issue
Block a user