From b1c44841c6afa47ae34de08f2792d6758cc3143b Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 9 Jun 2009 21:05:35 +0900 Subject: [PATCH] minimal.conf: increase number of inodes in ext2 rootfs to 8192. --- conf/distro/minimal.conf | 3 +++ 1 file changed, 3 insertions(+) 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 ############################################################################# -- 2.39.5