qemu.inc: increase the size of the rootfs, so there is some slack

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3431 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-01-08 15:57:14 +00:00
parent 226212879c
commit 666535e42f
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
ROOT_FLASH_SIZE = "230"
IMAGE_ROOTFS_SIZE_ext2 ?= "230000"
ROOT_FLASH_SIZE = "250"
IMAGE_ROOTFS_SIZE_ext2 ?= "250000"
# Don't include kernels in standard images
RDEPENDS_kernel-base = ""