diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-09 21:53:31 +0900 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-09 21:54:17 +0900 |
commit | 04537a9178db5f9d6c9eaa8f6818b78499dadc56 (patch) | |
tree | f40d8336506087fa2ab30b650b804139e444a6d5 /conf/distro/minimal.conf | |
parent | b1c44841c6afa47ae34de08f2792d6758cc3143b (diff) |
minimal.conf: really set inodes in ext2 rootfs to 8192 now.
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r-- | conf/distro/minimal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |