mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-01 15:10:56 +00:00
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:
parent
fc15a164ce
commit
8b5aa538e7
@ -292,6 +292,7 @@ puts $fd "<focus label=\"wm -> focus\"/>"
|
|||||||
close $fd
|
close $fd
|
||||||
|
|
||||||
set boot_modules [build_artifacts]
|
set boot_modules [build_artifacts]
|
||||||
|
append boot_modules { test.iso virtualbox6.vbox }
|
||||||
|
|
||||||
append_if [expr $use_overlay] boot_modules { overlay.vdi }
|
append_if [expr $use_overlay] boot_modules { overlay.vdi }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user