summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-11 20:04:44 -0300
committerRenato Botelho <renato@netgate.com>2016-04-11 20:05:04 -0300
commitafc9df014ce2966161a5b1e20a6616fcffb91269 (patch)
tree205e8500c305ae14c03f5ab7751bf2fdacb20af4 /tools
parent16538775a4043cb015e397f0b9e36f9b4587a4f8 (diff)
downloadpfsense-afc9df014ce2966161a5b1e20a6616fcffb91269.zip
pfsense-afc9df014ce2966161a5b1e20a6616fcffb91269.tar.gz
Optimize makefs parameters
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 6b8a638..531c83b 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -903,7 +903,7 @@ create_ova_image() {
echo -n ">>> Creating / partition... " | tee -a ${LOGFILE}
makefs \
-B little \
- -o label=${PRODUCT_NAME},version=2 \
+ -o label=${PRODUCT_NAME},version=2,bsize=32768,fsize=4096,maxbpg=4096,density=8192,minfree=8 \
-s ${OVA_FIRST_PART_SIZE} \
${OVA_TMP}/${OVFUFS} \
${FINAL_CHROOT_DIR} 2>&1 >> ${LOGFILE}
OpenPOWER on IntegriCloud