munki/installr

Can it use the APFS format?

Closed this issue · 4 comments

Can it use the APFS format?
I notice the HFS+ in the make_dmg.sh file.
"/usr/bin/hdiutil create -fs HFS+ -srcfolder "${THISDIR}/install" "${DMGNAME}""

Probably, but what would be the advantage? Hfs+ disk images would work back to 10.12 well and maybe even earlier...

We don't need to support the earlier devices or OS versions.
If the APFS is the future,we'd better use it.

Feel free to do so in your own script.

Thanks