diff --git a/repos/dde_rump/run/libc_vfs_fs_ext2.run b/repos/dde_rump/run/libc_vfs_fs_ext2.run index 42f1b885d1..581236094d 100644 --- a/repos/dde_rump/run/libc_vfs_fs_ext2.run +++ b/repos/dde_rump/run/libc_vfs_fs_ext2.run @@ -1,3 +1,8 @@ +if {[get_cmd_switch --autopilot] && [have_board riscv_qemu]} { + puts "Autopilot mode is not supported on this platform." + exit 0 +} + set mkfs_cmd [installed_command mke2fs] set mkfs_opts "-F"