Rename gpt.sh to ufs.sh, moving filesystem-specific functions out of defaults.sh and leaving partition layout logic independent of the underlying filesystem format.
Co-authored-by: Jose Luis Duran <jlduran@FreeBSD.org>
Just UFS, no ZFS yet.
This file does not exist yet. This change should be introduced only when ZFS support is introduced. That is, it should remain as:
default() { . "${topdir}/ufs.sh" }
This change should ideally be done with D58964.