diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-13 13:16:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-13 13:16:00 +0000 |
commit | 7c81b11da25c381edb49d78b0e4c304c8b942dfd (patch) | |
tree | a8937d3402180e756e36e94c2405bd618677841e | |
parent | b868ea115cbcb292a00e1209dbe05c49b356383a (diff) | |
download | poky-7c81b11da25c381edb49d78b0e4c304c8b942dfd.tar.gz |
bootcdx86: bump ext2 size to 70M
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3789 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/bootcdx86.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/bootcdx86.conf b/meta/conf/machine/bootcdx86.conf index a9d559587b..ab10974e13 100644 --- a/meta/conf/machine/bootcdx86.conf +++ b/meta/conf/machine/bootcdx86.conf | |||
@@ -4,4 +4,4 @@ | |||
4 | 4 | ||
5 | require conf/machine/qemux86.conf | 5 | require conf/machine/qemux86.conf |
6 | 6 | ||
7 | IMAGE_ROOTFS_SIZE_ext2 = "60000" | 7 | IMAGE_ROOTFS_SIZE_ext2 = "70000" |