]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64: set the correct partition type in make-memstick.sh
authorMitchell Horne <mhorne@FreeBSD.org>
Fri, 30 Oct 2020 18:22:46 +0000 (18:22 +0000)
committerMitchell Horne <mhorne@FreeBSD.org>
Fri, 30 Oct 2020 18:22:46 +0000 (18:22 +0000)
commite0f9cec7d6e1debaf5f164453fcb79a5835d97d9
tree6ed71696d652150e091269dd010711e0e8127f55
parent1d76e25a67dc33464428bba05d28ac98a71ea47c
arm64: set the correct partition type in make-memstick.sh

We create a UFS root filesystem using makefs(8), and later pass it to
mkimg(1) when creating the final image. The correct partition type is
freebsd-ufs; the freebsd parition type is for partitions containing a
BSD disklabel.

Reviewed by: emaste
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26987
release/arm64/make-memstick.sh