summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-02-06 17:51:40 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-02-06 17:51:40 +0000
commita9ccb68c7bd8f37e020d9d799d6add18a643af11 (patch)
tree6e0ec8dceb11d645b7955eccf16ace3308d08750 /meta/conf/machine
parentda5bdff35e3ea50f2a1d11bf02d5aca6a081d139 (diff)
downloadpoky-a9ccb68c7bd8f37e020d9d799d6add18a643af11.tar.gz
bootcdx86: set ext2 images size to 60M to get it booting properly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3680 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/bootcdx86.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/bootcdx86.conf b/meta/conf/machine/bootcdx86.conf
index 8b59fa2969..a9d559587b 100644
--- a/meta/conf/machine/bootcdx86.conf
+++ b/meta/conf/machine/bootcdx86.conf
@@ -3,3 +3,5 @@
3#@DESCRIPTION: Machine configuration for running an x86 system from bootable CD 3#@DESCRIPTION: Machine configuration for running an x86 system from bootable CD
4 4
5require conf/machine/qemux86.conf 5require conf/machine/qemux86.conf
6
7IMAGE_ROOTFS_SIZE_ext2 = "60000"