assert_spec linux append build_components { core init timer lib/ld lib/vfs server/lx_block server/lx_fs server/vfs app/sequence app/tresor_init_trust_anchor app/tresor_init app/tresor_check lib/vfs_tresor_crypto_aes_cbc lib/vfs_tresor_trust_anchor lib/vfs_jitterentropy lib/libc lib/libcrypto } build $build_components create_boot_directory append config { } install_config $config exec rm -rf bin/tresor.img exec truncate -s 32M bin/tresor.img append boot_modules [build_artifacts] lappend boot_modules tresor.img build_boot_image $boot_modules run_genode_until {.*child "sequence" exited with exit value 0.*\n} 240