RELENG_4_8 isos?

Mike Harding mvh at ix.netcom.com
Thu Aug 14 06:18:13 PDT 2003


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.



More information about the freebsd-stable mailing list