[oe-commits] Rolf Leggewie : minimal.conf: increase number of inodes in ext2 rootfs to 8192.

git version control git at git.openembedded.org
Thu Jun 11 13:45:42 UTC 2009


Module: openembedded.git
Branch: laibsch/wip
Commit: b1c44841c6afa47ae34de08f2792d6758cc3143b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b1c44841c6afa47ae34de08f2792d6758cc3143b

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue Jun  9 21:05:35 2009 +0900

minimal.conf: increase number of inodes in ext2 rootfs to 8192.

---

 conf/distro/minimal.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index c05676c..ed93959 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -61,6 +61,9 @@ CACHE ?= "${TMPDIR}/cache/${LIBC}/${MACHINE}"
 DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}"
 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}"
 
+# increase inode/block ratio for ext2 filesystem 
+EXTRA_IMAGECMD_ext2 = "-i 8092"
+
 #############################################################################
 # KERNEL
 #############################################################################





More information about the Openembedded-commits mailing list