From eae7eb5bd559c1f4ae843820f2d4105066b3cc45 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 5 Jan 2009 16:00:31 +0000 Subject: scripts: Update qemu scripts with changes in recent qemu calling conventions and the switch to ext3 images --- scripts/poky-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-qemu') diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 1407c25f33..be070d7024 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu @@ -40,7 +40,7 @@ fi if [ "x$1" = "x" ]; then TYPE="nfs" else - TYPE="ext2" + TYPE="ext3" if [ "$MACHINE" = "akita" ]; then TYPE="jffs2" fi -- cgit 1.2.3-korg