On Sat, Aug 06, 2005 at 11:21:37PM -0400, Nick Holland wrote:
> As part of that discussion, I was speculating that there is probably a
> difference between the requirements of floppy37.fs vs. cdrom37.fs vs.
> cd37.iso.  Which did you use on your test?  Also..was that -current or
> 3.7-release/-stable?

It was a self-brewn iso based on -current (fetched from a CVS mirror
about august 5th, 19:00 UTC), and using cdrom37.fs for the boot
image. With RELEASEDIR=/usr/releases/3.7/i386, I used the following
crude script with cwd /usr/releases:

#!/bin/sh
platform=i386
major=3
minor=7
dir=${major}.${minor}/${platform}
img=${dir}/cdrom${major}${minor}.fs
out=rel-${major}.${minor}-${platform}.iso
catalog=${dir}/boot.catalog
mkhybrid -a -r -T -L -d -D -N -o ${out} -v -v -b ${img} -c ${catalog} .

Let me know if you want some more tests.

Ciao,
        Kili

Reply via email to