aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-09 21:05:35 +0900
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-06-09 21:33:04 +0900
commitb1c44841c6afa47ae34de08f2792d6758cc3143b (patch)
treef399d68d9e80a9ce04b7b59ccd024b0270b59efd
parentbd1a2c60e37b7291d08ecb318cf3efd55e75b83c (diff)
downloadopenembedded-b1c44841c6afa47ae34de08f2792d6758cc3143b.tar.gz
minimal.conf: increase number of inodes in ext2 rootfs to 8192.
-rw-r--r--conf/distro/minimal.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index c05676cb50..ed939599e1 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
#############################################################################