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 | poky-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-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 | |||
40 | if [ "x$1" = "x" ]; then | 40 | if [ "x$1" = "x" ]; then |
41 | TYPE="nfs" | 41 | TYPE="nfs" |
42 | else | 42 | else |
43 | TYPE="ext2" | 43 | TYPE="ext3" |
44 | if [ "$MACHINE" = "akita" ]; then | 44 | if [ "$MACHINE" = "akita" ]; then |
45 | TYPE="jffs2" | 45 | TYPE="jffs2" |
46 | fi | 46 | fi |