On Sat, Jun 08, 2002 at 12:17:11AM -0700, Matthew Dillon wrote:
> Ah, ok. Is there a document somewhere describing how to generate the
> ISO w/ packages or is that getting into the realm of magic?
Yes, it is described in every detail right here :
http://www.FreeBSD.org/doc/en_US.ISO88
:The difference is that the release you generated doesn't have packages.
:For the four-ISO set we do for each release, they're generated using the
:package-building cluster. If you're trying to make up something
:analogous to the first CDROM, you could probably grab the packages from
:an existin
If memory serves me right, Matthew Dillon wrote:
> However, I was expecting to see an approximately 600MB cd image and
> all I see is:
>
> apollo:/usr/obj/release/R/cdrom# ls -la
> total 408420
> drwxr-xr-x 4 root wheel512 Jun 7 23:13 .
> drwxr-xr-x 5 root
It took all day but I was finally able to build a release using:
CVSROOT=/home/ncvs
BUILDNAME=DILLON4.6-RC4
CHROOTDIR=/usr/obj/release
RELEASETAG=RELENG_4_6
and then:
cd /usr/src/release
make -DMAKE_ISOS release
However, I was expecting to see an approximately 600MB cd imag