build {
core lib/ld init timer lib/vfs
app/rom_logger
app/rom_to_file
lib/vfs_rump
lib/vfs_import
server/dynamic_rom
server/fs_rom
server/vfs_block
server/vfs
}
create_boot_directory
catch { exec dd if=/dev/zero of=bin/ext2.img bs=1024 count=8192 }
set mkfs_cmd [installed_command mkfs.ext2]
catch { exec $mkfs_cmd -F bin/ext2.img }
install_config {
}
build_boot_image [list {*}[build_artifacts] ext2.img]
append qemu_args " -nographic"
run_genode_until {.*.*} 60
file delete bin/ext2.img