Subject: RE: 1.4.2 CD-ROM image available?
To: John A. Maier <johnam@kemper.org>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-help
Date: 05/02/2000 10:52:37
On Tue, 2 May 2000, John A. Maier wrote:

> > there isn't one at the moment, but there is a how-to showing
> > how to create
> > the image at http://www.netbsd.org/Documentation/bootcd.html
> 
> 
> I tried the instruction and there seems to be some errors...
> In the Alpha instructions it says to:
> cp -f netbsd.gz /cdsources/netbsd.gz
> does this file need to be gunzip(ed)?

should work either way.  The boot program can read both gzipped and
uncompressed kernels.


> In the Pmax section it says:
> tar -zxvf base.tgz ./usr/mdec/boot.pmax ./usr/mdec/bootxx_cd9660
> There is no boot.pmax or bootxx_cd9660 in the mdec dir just boot, bootrz   
> and rzboot.
> 
> any clues???

yes, from the how-to:

   "Please note that the bootxx_cd9660 program was not added until
    after NetBSD-1.4.x. If you're running NetBSD-1.4.x, you can
    obtain boot.pmax, nstallboot, and bootxx_cd9660 from a -current
    snapshot. Make sure the sources are from after late November, 1999."

-Dan