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/libc lib/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 [build_artifacts] append qemu_args " -nographic " run_genode_until {Hello world!} 30