Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2000 14:26:48 -0700
From:      Jim Mock <jim@jmock.com>
To:        Johan Karlsson <k@numeri.campus.luth.se>
Cc:        freebsd-gnats-submit@FreeBSD.ORG, bonk1138@msn.com, doc@FreeBSD.ORG
Subject:   Re: misc/19235: building custom release is busted
Message-ID:  <20000804142648.A2042@luna.osd.bsdi.com>
In-Reply-To: <200008041847.UAA08725@numeri.campus.luth.se>; from k@numeri.campus.luth.se on Fri, Aug 04, 2000 at 08:47:00PM %2B0200
References:  <200008041847.UAA08725@numeri.campus.luth.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 04 Aug 2000 at 20:47:00 +0200, Johan Karlsson wrote:
> Hi
> 
> It turned out James is absolutly right :-)
> 
> One need to 
> 
> # cd /usr/src
> # make buildworld
> # cd /usr/src/release
> # make release BUILDNAME=3.0-MY-SNAP CHROOTDIR=/some/big/filesystem/release
> 
> for the process to work
> 
> This was discussed in -stable the last week
> see mesg-id 20000802051948.B8263@dragon.nuxi.com
> 
> I think the following patch should be applied to the FAQ
> 
> Index: doc/en_US.ISO_8859-1/books/faq/book.sgml
> ===================================================================
> RCS file: /home/ncvs//doc/en_US.ISO_8859-1/books/faq/book.sgml,v
> retrieving revision 1.82
> diff -u -r1.82 book.sgml
> --- doc/en_US.ISO_8859-1/books/faq/book.sgml	2000/07/28 01:19:17	1.82
> +++ doc/en_US.ISO_8859-1/books/faq/book.sgml	2000/08/04 18:41:21
> @@ -9202,6 +9202,8 @@
>  
>  <para>
>  <literallayout>        setenv CVSROOT /home/ncvs        # or export 
> CVSROOT=/home/ncvs
> +        cd /usr/src
> +        make buildworld
>          cd /usr/src/release
>          make release BUILDNAME=3.0-MY-SNAP CHROOTDIR=/some/big/filesystem/rele
> ase
>        </literallayout>
> 
> 
> 
> Can some kind doc-guru please have a look at this.

I just committed this.

Thanks,

- jim

-- 
jim mock <jim@jmock.com>        work: jim@osd.bsdi.com | jim@FreeBSD.org
http://soupnazi.org/              BSDi Open Source Div | http://bsdi.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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