1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

qemu.inc: Use ext3 images for qemu, not ext2 ones

This commit is contained in:
Richard Purdie
2008-11-05 23:15:13 +00:00
parent 4d24b9d044
commit 4ba6a52d7e
+1 -1
View File
@@ -5,7 +5,7 @@ GPE_EXTRA_INSTALL += "gaim sylpheed"
MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
IMAGE_FSTYPES ?= "tar.bz2 ext3"
ROOT_FLASH_SIZE = "280"
IMAGE_ROOTFS_SIZE_ext2 ?= "280000"