minimal.conf: really set inodes in ext2 rootfs to 8192 now.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 9 Jun 2009 12:53:31 +0000 (21:53 +0900)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 9 Jun 2009 12:54:17 +0000 (21:54 +0900)
conf/distro/minimal.conf

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