Solved Building mfsBSD using FreeBSD 15.0

I encountered it earlier and the hack still works. Make a variable and insert it in script.

MFSROOTSIZE=800m

makefs -s${MFSROOTSIZE} -B little -o label=${IMAGENAME} ${WRKDIR}/out/mfsroot ${WRKDIR}/world >/dev/null 2>&1

Then I get a working image:
poudriere image -t usb+mfs -s 960m -j mbm-mfs -h mbm-mfs -n mbm-mfs -X excluded.files

Next up create an OVERLAY directory to add my files in.

Any tips on how to do this?
 
Back
Top