Re: How to install OpenBSD 6.9 on iBook G4 with USB drive ?

George Koehler <[email protected]> Sun, 13 Jun 2021 16:44:12 -0400
Newsgroups gmane.os.openbsd.ppc
Message-ID <[email protected]>
On Sun, 13 Jun 2021 04:07:49 -0700
Navan Carson <[email protected]> wrote:

> Do the .iso files work when written to a USB drive? Other architectures have .img files for that. 

Yes, the .iso for macppc is from mkhybrid(8) -part -hfs, such that
Open Firmware sees the .iso as an HFS (under an Apple partition map),
but OpenBSD sees the .iso as a cd9660 filesystem.

This is different from amd64 and powerpc64, where the .img is an
msdos filesystem (under an MBR), but the .iso is a cd9660.

--George