resizing of ffsv2 still doesn't work well, so revert previous, and instead

explicitly set fsize=2048/bsize=16384, which gives a pretty decent boost
to resize_ffs performance on its own
This commit is contained in:
jmcneill 2015-04-06 17:59:36 +00:00
parent f1695f90a0
commit 8c877c0d3d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $NetBSD: mkimage,v 1.53 2015/04/05 17:05:45 jmcneill Exp $
# $NetBSD: mkimage,v 1.54 2015/04/06 17:59:36 jmcneill Exp $
#
# Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@ -178,7 +178,7 @@ if [ -z "${bootonly}" ]; then
echo ${bar} Populating ffs filesystem ${bar}
${MAKEFS} -r -N ${release}/etc -t ffs -rx \
-O ${ffsoffset} \
-o v=2,d=4096 -b $((${extra}))m \
-o d=4096,f=2048,b=16384 -b $((${extra}))m \
-F "$tmp/selected_sets" ${image} "${release}" "${mnt}"
fi