virtualbox6: fix runscript broken by refactoring

Add the `test.iso` and `virtualbox6.vbox` to `boot_modules`
that were omitted during the refactoring in #4860.

Fixes #5085
This commit is contained in:
Benjamin Lamowski 2023-12-07 16:10:29 +01:00 committed by Christian Helmuth
parent fc15a164ce
commit 8b5aa538e7

View File

@ -292,6 +292,7 @@ puts $fd "<focus label=\"wm -> focus\"/>"
close $fd
set boot_modules [build_artifacts]
append boot_modules { test.iso virtualbox6.vbox }
append_if [expr $use_overlay] boot_modules { overlay.vdi }