[oe-commits] Rolf Leggewie : minimal.conf: really set inodes in ext2 rootfs to 8192 now.

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


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

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

minimal.conf: really set inodes in ext2 rootfs to 8192 now.

---

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

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





More information about the Openembedded-commits mailing list