mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
wg_fetchurl.run: create data file early (fix linux)
This commit is contained in:
@@ -367,6 +367,8 @@ append targets {
|
||||
core init timer lib/ld server/nic_router server/report_rom lib/curl
|
||||
app/fetchurl }
|
||||
|
||||
exec head -c $file_size_in_bytes < /dev/urandom > bin/wg_fetchurl.data
|
||||
|
||||
set boot_modules { }
|
||||
if $linux {
|
||||
append targets { server/lx_fs }
|
||||
@@ -386,8 +388,6 @@ if $linux {
|
||||
|
||||
build $targets
|
||||
|
||||
exec head -c $file_size_in_bytes < /dev/urandom > bin/wg_fetchurl.data
|
||||
|
||||
build_boot_image [list {*}[build_artifacts] {*}$boot_modules]
|
||||
|
||||
append qemu_args "-nographic "
|
||||
|
||||
Reference in New Issue
Block a user