diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 17:51:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 17:51:40 +0000 |
commit | a9ccb68c7bd8f37e020d9d799d6add18a643af11 (patch) | |
tree | 6e0ec8dceb11d645b7955eccf16ace3308d08750 /meta/conf/machine | |
parent | da5bdff35e3ea50f2a1d11bf02d5aca6a081d139 (diff) | |
download | poky-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.conf | 2 |
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 | ||
5 | require conf/machine/qemux86.conf | 5 | require conf/machine/qemux86.conf |
6 | |||
7 | IMAGE_ROOTFS_SIZE_ext2 = "60000" | ||