Port-macppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: macppc iso (Re: (Yet another) netbooting trouble)
> Yes, I understand the hybrid problem, but it seems that newer OF
> might be able to boot from raw ISO9660 CDs (at least my firmware loads
> a gzipped kernel just fine, but then can't exec it). So putting ofwboot.xcf
> and an uncompress install kernel into the root of the iso might be usefull.
Hmm, like this?
(untested, probably it's better to create links to
macppc/binary/kernel/netbsd-INSTALL.gz and
macppc/installation/ofwboot.xcf as distrib/cdrom does)
Index: Makefile
===================================================================
RCS file: /cvsroot/src/distrib/macppc/cdroms/installcd/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 6 Mar 2007 21:57:07 -0000 1.1
+++ Makefile 15 Feb 2010 13:35:50 -0000
@@ -1,5 +1,8 @@
# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:07 bouyer 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"
---
Though i'm afraid that Apple OF implementation has many bugs ;-p
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index