build { app/sequence server/vfs lib/vfs/import test/libc } create_boot_directory import_from_depot \ [depot_user]/src/[base_src] \ [depot_user]/src/coreutils \ [depot_user]/src/init \ [depot_user]/src/libc \ [depot_user]/src/noux \ [depot_user]/src/posix \ install_config { Hello world! } build_boot_image { vfs_import.lib.so libc.lib.so vfs vfs.lib.so sequence } append qemu_args " -nographic -serial mon:stdio " run_genode_until {Hello world!} 30