mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +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
|
||||
|
||||
set boot_modules [build_artifacts]
|
||||
append boot_modules { test.iso virtualbox6.vbox }
|
||||
|
||||
append_if [expr $use_overlay] boot_modules { overlay.vdi }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user