From 04537a9178db5f9d6c9eaa8f6818b78499dadc56 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 9 Jun 2009 21:53:31 +0900 Subject: minimal.conf: really set inodes in ext2 rootfs to 8192 now. --- conf/distro/minimal.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index ed939599e1..f9c4670c67 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 -- cgit 1.2.3-korg