minimal.conf: increase number of inodes in ext2 rootfs to 8192.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 9 Jun 2009 12:05:35 +0000 (21:05 +0900)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 9 Jun 2009 12:33:04 +0000 (21:33 +0900)
conf/distro/minimal.conf

index c05676c..ed93959 100644 (file)
@@ -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
 #############################################################################