From 0e82382c5bd3df941cb3c461b8b4e0c6d5f03c61 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 7 Mar 2008 12:25:30 +0000 Subject: qemu machines: enlarge rootfs to 280M git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3980 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/include/qemu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/conf/machine') diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 890a83ca1d..71377be3fc 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -7,8 +7,8 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" IMAGE_FSTYPES ?= "tar.bz2 ext2" -ROOT_FLASH_SIZE = "250" -IMAGE_ROOTFS_SIZE_ext2 ?= "250000" +ROOT_FLASH_SIZE = "280" +IMAGE_ROOTFS_SIZE_ext2 ?= "280000" # Don't include kernels in standard images RDEPENDS_kernel-base = "" -- cgit v1.2.3-54-g00ecf