if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} { puts "Autopilot mode is not supported on this platform." exit 0 } 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/fs_rom \ [depot_user]/src/libc \ [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 " run_genode_until {Hello world!} 30