Subject: Re: booting from CD
To: None <mcmahill@mtl.mit.edu>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 03/30/2000 23:17:27
mcmahill@mtl.mit.edu wrote:

> Is there a way to
> get at the correct location after the image is already made?

Short of

	grep -ab 'ISO 9660 Primary Bootstrap' /path/to/iso/image

and dividing the result by a 2048 (rounded up, 2048 is the iso
block size), no :-(

However, if you've got an image already, just use the -a option to
append the bootblocks to the end of the image.  Of course, you'll need
to re-install the alpha bootblocks so that the alpha installboot gets
the alpha specific checksum right.

Simon.