Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 06:18:10 -0700 (PDT)
From:      Mike Harding <mvh@ix.netcom.com>
To:        stable@freebsd.org
Subject:   RELENG_4_8 isos?
Message-ID:  <20030814131810.AB1FB532E@netcom1.netcom.com>

next in thread | raw e-mail | index | archive | help

I've built RELENG_4 isos no problem, is there a trick to building the
RELENG_4_8 isos?  I am building the 'miniinst' disk - that is, with
the release, docs, and a port tree, but no ports.  This is so I can do
a fresh install without having to update the world...  I am using a
script that looks like this...

#!/bin/sh
rm -rf /usr/obj
cd /usr/src
make -DNOCLEAN world kernel
cd /usr/src/release
make release CHROOTDIR=/usr/release \
CVSROOT=/usr/mirror/ncvs \
RELEASETAG=RELENG_4_8 -DMAKE_ISOS DOC_LANG=en_US.ISO8859-1

...this works fine for RELENG_4 but I haven't gotten it to work yet
for RELENG_4_8...

Thanks,

Mike H.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030814131810.AB1FB532E>