summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rw-r--r--release/scripts/doFS.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index 99379a9..ec64c95 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -73,12 +73,9 @@ dofs_md () {
if [ "x${DISKLABEL}" != "x" ] ; then
${DISKLABEL} ${MACHINE} -w ${BOOT} ${MDDEVICE} ${FSLABEL}
- newfs -O1 -i ${FSINODE} -o space -m 0 /dev/${MDDEVICE}
- mount /dev/${MDDEVICE} ${MNT}
- else
- newfs -O1 -i ${FSINODE} -o space -m 0 /dev/${MDDEVICE}
- mount /dev/${MDDEVICE} ${MNT}
fi
+ newfs -O1 -b 4096 -f 512 -i ${FSINODE} -o space -m 0 /dev/${MDDEVICE}
+ mount /dev/${MDDEVICE} ${MNT}
}
rm -f ${FSIMG}
OpenPOWER on IntegriCloud