1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

scripts: Update qemu scripts with changes in recent qemu calling conventions and the switch to ext3 images

This commit is contained in:
Richard Purdie
2009-01-05 16:00:31 +00:00
parent e45a4a847c
commit eae7eb5bd5
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ fi
if [ "x$1" = "x" ]; then
TYPE="nfs"
else
TYPE="ext2"
TYPE="ext3"
if [ "$MACHINE" = "akita" ]; then
TYPE="jffs2"
fi