Date: Thu, 14 Jul 2005 02:10:47 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu> To: Jonathan Beit-Aharon <jbeitaharon@intrusic.com> Cc: freebsd-questions@freebsd.org Subject: Re: Building an ISO for CD release of a custom FreeBSD 5.4 Message-ID: <42D5AD87.9020401@t-hosting.hu> In-Reply-To: <42D54884.2010409@intrusic.com> References: <42D54884.2010409@intrusic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Beit-Aharon wrote: > I tried the following: > > cd /usr/src/release > make release CHROOTDIR=/usr/v54export BUILDNAME=FBSD54_050712 > RELEASETAG=RELENG_5 \ > CVSROOT=:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs > EXTSRCDIR=/usr/src \ > MAKE_ISOS=/usr/v54export COMPAT_DISTS=compat4x > OTHER_DISTS=manpages \ > NOPORTS=YES > > It complained that the connection to the CVS repository is being > refused. I tried changing the CVSROOT to :pserver:freebsdanoncvs@... > but that and several other protocol variations didn't help. I can't > see why -- does anyone know/care? Is there a simple way to overcome > this obstacle (is the documentation wrong/typo'ed)? > There are three main components of a custom install disc: Distributions (binaries), documentations, ports collection. As for the binaries, they are built from /usr/src since You use EXTRCDIR macro. As for ports collection, it won't be integrated since You specified NOPORTS=YES. As for documentation, it will be built from the CVS repository if You don't specify EXTDOCDIR, so the documentation will be checked out from the repository and You can only specify a local directory where the CVS repository is mirrored, afaik. I haven't seen any example that used that pserver address. So You'd better mirror it with CVSup and then You could specify such /usr/home/ncvs, if your mirror is located under /usr/home/ncvs Cheers, Gábor Kövesdán
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42D5AD87.9020401>