[oe-commits] Scott Garman : runqemu: fix support for ext4 rootfs images

git at git.openembedded.org git at git.openembedded.org
Mon Jul 9 16:00:44 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: c9479ae46d0b891eda8f0db89bc66fdf08c3f7c2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c9479ae46d0b891eda8f0db89bc66fdf08c3f7c2

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Thu Jul  5 08:57:52 2012 -0700

runqemu: fix support for ext4 rootfs images

Signed-off-by: Scott Garman <scott.a.garman at intel.com>

---

 scripts/runqemu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 328b6af..8d149a2 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]"
             ;;





More information about the Openembedded-commits mailing list