[oe-commits] Stefan Stanacar : scripts/runqemu: add ext4 to the list of extracted extensions

git at git.openembedded.org git at git.openembedded.org
Sun May 12 07:28:47 UTC 2013


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

Author: Stefan Stanacar <stefanx.stanacar at intel.com>
Date:   Fri May 10 19:06:24 2013 +0300

scripts/runqemu: add ext4 to the list of extracted extensions

Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/scripts/runqemu b/scripts/runqemu
index 8ed1226..9bd35de 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -384,7 +384,8 @@ if [ -e "$ROOTFS" -a -z "$FSTYPE" ]; then
     # Extract the filename extension
     EXT=`echo $ROOTFS | awk -F . '{ print \$NF }'`
     if [ "x$EXT" = "xext2" -o "x$EXT" = "xext3" -o \
-          "x$EXT" = "xjffs2" -o "x$EXT" = "xbtrfs" ]; then
+          "x$EXT" = "xjffs2" -o "x$EXT" = "xbtrfs" -o \
+          "x$EXT" = "xext4" ]; then
         FSTYPE=$EXT
     else
         echo "Note: Unable to determine filesystem extension for $ROOTFS"





More information about the Openembedded-commits mailing list