NetBSD-Bugs archive

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

Re: port-macppc/53549 ppc601 machines need their own INSTALL kernel



The following reply was made to PR port-macppc/53549; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: scole_mail%gmx.com@localhost
Subject: Re: port-macppc/53549 ppc601 machines need their own INSTALL kernel
Date: Fri, 31 Aug 2018 09:43:00 +0200

 On Fri, Aug 31, 2018 at 01:40:01AM +0000, scole_mail wrote:
 >  By the way, was there some magic done to the iso images in
 >   http://ftp.netbsd.org/pub/NetBSD/NetBSD-8.0/images/
 >  to get them to boot in qemu?
 
 Yes, you need mkisofs from cdrtools 2.01 (but not newer!)
 
 Then in distrib/cdrom copy some conf and mk files, adjust them to your
 needs (mostly a simple s/5.0/$myversion/) and do something like:
 
 make MKISOFS=..../bin/mkisofs USETOOLS=no RELEASE=$myversion \
 	TARGET_CD_IMAGE=macppccd DISTRIBDIR=.... all
 
 where the value for DISTRIBDIR is the release dir output of a previous
 "build.sh release" run.
 
 Same for mac68k CD images, but with TARGET_CD_IMAGE=mac68kcd.
 
 It would be really great if someone could find time to add support for this
 HFS hybrid stuff to our makefs, so we could fully integrate it into the
 standard builds.
 
 Martin
 


Home | Main Index | Thread Index | Old Index