diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-09 21:05:35 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-09 21:33:04 +0900 |
commit | b1c44841c6afa47ae34de08f2792d6758cc3143b (patch) | |
tree | f399d68d9e80a9ce04b7b59ccd024b0270b59efd /conf | |
parent | bd1a2c60e37b7291d08ecb318cf3efd55e75b83c (diff) |
minimal.conf: increase number of inodes in ext2 rootfs to 8192.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/minimal.conf | 3 |
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 ############################################################################# |