Module Name:    src
Committed By:   tsutsui
Date:           Sun Sep 15 04:05:32 UTC 2024

Modified Files:
        src/sys/arch/macppc/stand/installboot: Makefile

Log Message:
Add a comment this MD installboot(8) should be merged into MI one.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/macppc/stand/installboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/stand/installboot/Makefile
diff -u src/sys/arch/macppc/stand/installboot/Makefile:1.5 src/sys/arch/macppc/stand/installboot/Makefile:1.6
--- src/sys/arch/macppc/stand/installboot/Makefile:1.5	Sun Sep 15 03:56:57 2024
+++ src/sys/arch/macppc/stand/installboot/Makefile	Sun Sep 15 04:05:32 2024
@@ -1,4 +1,14 @@
-#	$NetBSD: Makefile,v 1.5 2024/09/15 03:56:57 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.6 2024/09/15 04:05:32 tsutsui Exp $
+
+# XXX
+# This installboot(8) tool for macppc is prepared to handle quirks on
+# creating bootable ISO using mkhybrid(8) for OpenFirmware 1.x and 2.x
+# machines that require "bootable partition" info the Apple Partition map
+# entry even on HFS/ISO9660 hybrid images.
+#
+# This should be merge into MI installboot(8) once after we have proper
+# defintitions how Apple Partition Map should be handled on creating
+# a new label on fresh disks in MD macppc/disksubr.c etc.
 
 NOMAN=	# defined
 PROG=	macppc_installboot

Reply via email to