]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64: set the correct partition type in make-memstick.sh
authormhorne <mhorne@FreeBSD.org>
Fri, 30 Oct 2020 18:22:46 +0000 (18:22 +0000)
committermhorne <mhorne@FreeBSD.org>
Fri, 30 Oct 2020 18:22:46 +0000 (18:22 +0000)
commit32c81fcf0de51fb32342f449ecd3accaed481092
tree6ed71696d652150e091269dd010711e0e8127f55
parent8a72fd8e3c36e5fb7b5f24ae6abfb8bca357eae0
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