diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-05 16:00:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-05 16:00:31 +0000 |
commit | eae7eb5bd559c1f4ae843820f2d4105066b3cc45 (patch) | |
tree | ed9c2119f83c805bd289e2e3ec12c412a1b9335d /scripts/poky-qemu | |
parent | e45a4a847c40eebc2baa9041f95d623cbe87cc9e (diff) | |
download | openembedded-core-eae7eb5bd559c1f4ae843820f2d4105066b3cc45.tar.gz openembedded-core-eae7eb5bd559c1f4ae843820f2d4105066b3cc45.tar.bz2 openembedded-core-eae7eb5bd559c1f4ae843820f2d4105066b3cc45.zip |
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-x | scripts/poky-qemu | 2 |
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 |