]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Put the pine64 root filesystem on teh correct partition.
authorandrew <andrew@FreeBSD.org>
Fri, 16 Feb 2018 16:22:54 +0000 (16:22 +0000)
committerandrew <andrew@FreeBSD.org>
Fri, 16 Feb 2018 16:22:54 +0000 (16:22 +0000)
commitafe637bbfd7678e88558a44ccb3847968f2cab14
tree248f03762bdc2178b18b68397ec05f719360f1f3
parent9800e7c71b148e1708fd69b787afabecbc941a4c
Put the pine64 root filesystem on teh correct partition.

The Pine64 root filesystem was incorrectly created directly on the MBR
partition. This can cause the loader to get confused when loading the
kernel from this filesystem.

The loader will see this as a small partition meaning later checks to
ensure it doesn't read past the end of the disk incorrectly report a
failure. This seems to work mostly by accident with the released images as
they are smaller than the reported size, however after growfs has run the
image may no longer boot.

Reviewed by: gjb, emaste, imp
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14343
release/arm64/PINE64.conf