From 4ba6a52d7ec989d4960ccc11402101257ee96c67 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Nov 2008 23:15:13 +0000 Subject: qemu.inc: Use ext3 images for qemu, not ext2 ones --- meta/conf/machine/include/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index c1e83ba7f6..005472b170 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -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" -- cgit v1.2.3-54-g00ecf