summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 328b6afad1..8d149a2f3c 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -98,7 +98,7 @@ while true; do
98 [ -z "$MACHINE" ] && MACHINE=$arg || \ 98 [ -z "$MACHINE" ] && MACHINE=$arg || \
99 error "conflicting MACHINE types [$MACHINE] and [$arg]" 99 error "conflicting MACHINE types [$MACHINE] and [$arg]"
100 ;; 100 ;;
101 "ext2" | "ext3" | "jffs2" | "nfs" | "btrfs") 101 "ext2" | "ext3" | "ext4" | "jffs2" | "nfs" | "btrfs")
102 [ -z "$FSTYPE" -o "$FSTYPE" = "$arg" ] && FSTYPE=$arg || \ 102 [ -z "$FSTYPE" -o "$FSTYPE" = "$arg" ] && FSTYPE=$arg || \
103 error "conflicting FSTYPE types [$FSTYPE] and [$arg]" 103 error "conflicting FSTYPE types [$FSTYPE] and [$arg]"
104 ;; 104 ;;