On 30/05/21 8:55 am, Rhialto wrote:
Another thing I noticed is that /etc/rc.d/resize_disklabel looks at the wrong MBR partition to check for NetBSD: it looks at partition 1 butshould look at partition 0.
resize_disklabel is designed for use on the Raspberry Pi where the NetBSD partition comes after the FAT boot partition and so it is partition 1.
When building amd64 images, I've resorted to rewriting the resize_disklabel script from scratch.
Cheers, Lloyd