diff options
-rw-r--r-- | meta/conf/machine/include/qemu.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.conf b/meta/conf/machine/include/qemu.conf index 26b78a6a9d..35091ad193 100644 --- a/meta/conf/machine/include/qemu.conf +++ b/meta/conf/machine/include/qemu.conf | |||
@@ -8,4 +8,4 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" | |||
8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" | 8 | IMAGE_FSTYPES ?= "tar.bz2 ext2" |
9 | 9 | ||
10 | ROOT_FLASH_SIZE = "200" | 10 | ROOT_FLASH_SIZE = "200" |
11 | IMAGE_ROOTFS_SIZE_ext2 = "200000" | 11 | IMAGE_ROOTFS_SIZE_ext2 ?= "200000" |