qemu machines: do not hardcode ext2 rootfs size

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1895 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-08 09:45:00 +00:00
parent 7fd02840ad
commit b6795bdabf

View File

@@ -8,4 +8,4 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
ROOT_FLASH_SIZE = "200"
IMAGE_ROOTFS_SIZE_ext2 = "200000"
IMAGE_ROOTFS_SIZE_ext2 ?= "200000"