mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
wg_fetchurl.run: create data file early (fix linux)
This commit is contained in:
parent
c0f6d9ba7e
commit
62061c5596
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user