Commit a53c9407 authored by Marcel's avatar Marcel
Browse files

Undo commit 01560df4

Showing with 2 additions and 2 deletions
+2 -2
......@@ -532,8 +532,8 @@ createuzip()
bail
fi
blksize=$((${FRAGSIZE} * 8))
uzipsz=$(du -mc -B ${FRAGSIZE} "${SYSDIR}/usr/local" | tail -1 | cut -f 1)
uzipsz=$((${uzipsz} + ${uzipsz} * 2 / 100))
uzipsz=$(estimgsize "${SYSDIR}/usr/local")
touch ${UZIP_IMAGE}.img
mddev=$(mdconfig -a -t vnode -f ${UZIP_IMAGE}.img -s ${uzipsz}m) || bail
newfs -O 1 -o space -m 0 -b ${blksize} -f ${FRAGSIZE} \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment