I wrote (back in June): > I wrote in the first post: > https://mail-index.netbsd.org/tech-toolchain/2024/05/25/msg004355.html > >> # Future works > >> > >> - Currently a special "mapppc_installboot" tool is necessary to > >> make macppc install CD ISO bootable, in the "old CD method" > >> described in src/distrib/cdrom directory. > >> > >> This old macppc_installboot tool (written by me) should be merged > >> into MI src/usr.sbin/installboot to build a macppc installcd iso > >> on "build.sh iso-image" target and to abandon the old method. > >> > >> However, it also requires more work and cleanups around Apple > >> partition map stuff in src/usr.sbin/installboot/arch/macppc.c. > > For interim macppc installcd builds, I'll also add > src/tools/macppc_installboot before reorganizing complicated > Apple partition map stuff in src/usr.sbin/installboot/arch/macppc.c. Finally I've committed these installboot (and mkboothfs stuff) changes: https://mail-index.netbsd.org/source-changes/2024/09/15/msg153340.html https://mail-index.netbsd.org/source-changes/2024/09/15/msg153341.html --- Izumi Tsutsui