mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
vbox_share: provide .vbox file
The vbox file is missing to run the test scenario Related to issue #4860
This commit is contained in:
parent
6855b27553
commit
443008777b
@ -113,10 +113,7 @@ set build_components {
|
|||||||
foreach pkg {bash coreutils} {
|
foreach pkg {bash coreutils} {
|
||||||
lappend_if [expr ![file exists bin/$pkg]] build_components noux-pkg/$pkg }
|
lappend_if [expr ![file exists bin/$pkg]] build_components noux-pkg/$pkg }
|
||||||
|
|
||||||
set boot_modules [build_artifacts]
|
lappend boot_modules bash.tar coreutils.tar test.bin template.bat $vbox_file
|
||||||
|
|
||||||
lappend boot_modules { bash.tar coreutils.tar test.bin template.bat }
|
|
||||||
lappend boot_modules $vbox_file
|
|
||||||
|
|
||||||
set config_of_app {
|
set config_of_app {
|
||||||
|
|
||||||
|
@ -450,7 +450,7 @@ append config {
|
|||||||
|
|
||||||
install_config $config
|
install_config $config
|
||||||
|
|
||||||
set boot_modules [build_artifacts]
|
lappend boot_modules {*}[build_artifacts]
|
||||||
|
|
||||||
lappend_if [expr $use_ram_fs && !$use_overlay_from_disk] boot_modules $overlay_image
|
lappend_if [expr $use_ram_fs && !$use_overlay_from_disk] boot_modules $overlay_image
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user