Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/macppc/cdroms/installcd Put an INSTALL kernel and of...



details:   https://anonhg.NetBSD.org/src/rev/28956d9fc02a
branches:  trunk
changeset: 754574:28956d9fc02a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue May 04 14:09:11 2010 +0000

description:
Put an INSTALL kernel and ofwboot.xcf into ISO9660 root.
Newer OpenFirmware recognizes not only HFS but also ISO partition.

XXX: should I also update files in src/distrib/cdrom?

diffstat:

 distrib/macppc/cdroms/installcd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 7056316f6ba1 -r 28956d9fc02a distrib/macppc/cdroms/installcd/Makefile
--- a/distrib/macppc/cdroms/installcd/Makefile  Tue May 04 13:33:13 2010 +0000
+++ b/distrib/macppc/cdroms/installcd/Makefile  Tue May 04 14:09:11 2010 +0000
@@ -1,5 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2007/03/06 21:57:07 bouyer Exp $
+#      $NetBSD: Makefile,v 1.2 2010/05/04 14:09:11 tsutsui Exp $
 CDBASE=                macppccd                # gives ${CDBASE}.iso
 CDRELEASE=     true                    # include $RELEASEDIR/$MACHINE
+CDKERNELS=     netbsd-INSTALL.gz netbsd
+CDINSTKERNEL=  ../../floppies/md-kernel
+CDBUILDEXTRA=  ${DESTDIR}/usr/mdec/ofwboot.xcf
 
 .include "${.CURDIR}/../../../common/Makefile.bootcd"



Home | Main Index | Thread Index | Old Index