On Tue, 2007-11-06 at 19:42 -0500, Steve Shockley wrote:
> Take a look at
> http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/amd64/ramdisk_cd/Makefile?rev=1.3&content-type=text/x-cvsweb-markup
>
> It looks like if you comment out the NOFS line it'll generate the
> cdromXX.fs file. I did not test this.
You are exactly right Steve, thanks. I've just generated cdrom42.fs for
amd64, following your suggestion.
> Why not just use cdbr and cdboot? Unless you actually have a 2.88mb
> floppy drive.
I need to create a custom CD image with cdromXY.fs. The only candidate
replacement was floppy42.fs, and it seems to work. But unlike
floppyXY.fs, cdromXY.fs is supposed to contain almost all of the updated
drivers:
cdrom42.fs The amd64 boot and installation 2.88MB
floppy image that contains almost all OpenBSD
drivers; ...
In any case, there is no problem now. Thanks again.