| Submitter | Scott Garman |
|---|---|
| Date | July 5, 2012, 5:12 p.m. |
| Message ID | <d4003e2fcb2d239e6c90d1be48553b202b2b3907.1341508255.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/31251/ |
| State | Accepted |
| Commit | c9479ae46d0b891eda8f0db89bc66fdf08c3f7c2 |
| Headers | show |
Comments
Patch
diff --git a/scripts/runqemu b/scripts/runqemu index 9fdbd54..84674e2 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -98,7 +98,7 @@ while true; do [ -z "$MACHINE" ] && MACHINE=$arg || \ error "conflicting MACHINE types [$MACHINE] and [$arg]" ;; - "ext2" | "ext3" | "jffs2" | "nfs" | "btrfs") + "ext2" | "ext3" | "ext4" | "jffs2" | "nfs" | "btrfs") [ -z "$FSTYPE" -o "$FSTYPE" = "$arg" ] && FSTYPE=$arg || \ error "conflicting FSTYPE types [$FSTYPE] and [$arg]" ;;
Partial fix for [YOCTO #2611] Signed-off-by: Scott Garman <scott.a.garman@intel.com> --- scripts/runqemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)