commit 6f25b5508016d2b538a7063c373bbb65e9ff4ff9
Author: François Tigeot <[email protected]>
Date: Sat Jul 2 17:31:25 2016 +0200
installer: Do not waste too many inodes on /boot
* A fully populated /boot with kernel, kernel.old, kernel.alt
and associated modules needs aproximately 2K inodes
* With a 1GB /boot partition size, default newfs parameters
allocate 128K inodes
* Reduce this amount to 15K inodes, thus making an additional
13MB of disk space available on /boot
Summary of changes:
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6f25b5508016d2b538a7063c373bbb65e9ff4ff9
--
DragonFly BSD source repository