summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-05 16:00:31 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-05 16:00:31 +0000
commiteae7eb5bd559c1f4ae843820f2d4105066b3cc45 (patch)
treeed9c2119f83c805bd289e2e3ec12c412a1b9335d /scripts/poky-qemu
parente45a4a847c40eebc2baa9041f95d623cbe87cc9e (diff)
downloadopenembedded-core-contrib-eae7eb5bd559c1f4ae843820f2d4105066b3cc45.tar.gz
scripts: Update qemu scripts with changes in recent qemu calling conventions and the switch to ext3 images
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-xscripts/poky-qemu2
1 files changed, 1 insertions, 1 deletions
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