diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 8ed1226c06..9bd35de6ab 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -384,7 +384,8 @@ if [ -e "$ROOTFS" -a -z "$FSTYPE" ]; then | |||
384 | # Extract the filename extension | 384 | # Extract the filename extension |
385 | EXT=`echo $ROOTFS | awk -F . '{ print \$NF }'` | 385 | EXT=`echo $ROOTFS | awk -F . '{ print \$NF }'` |
386 | if [ "x$EXT" = "xext2" -o "x$EXT" = "xext3" -o \ | 386 | if [ "x$EXT" = "xext2" -o "x$EXT" = "xext3" -o \ |
387 | "x$EXT" = "xjffs2" -o "x$EXT" = "xbtrfs" ]; then | 387 | "x$EXT" = "xjffs2" -o "x$EXT" = "xbtrfs" -o \ |
388 | "x$EXT" = "xext4" ]; then | ||
388 | FSTYPE=$EXT | 389 | FSTYPE=$EXT |
389 | else | 390 | else |
390 | echo "Note: Unable to determine filesystem extension for $ROOTFS" | 391 | echo "Note: Unable to determine filesystem extension for $ROOTFS" |