From owner-freebsd-doc Fri Aug 4 11:46:19 2000 Delivered-To: freebsd-doc@freebsd.org Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id 6343C37BB92; Fri, 4 Aug 2000 11:46:07 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.9.3/8.9.3) with ESMTP id UAA08725; Fri, 4 Aug 2000 20:47:00 +0200 (CEST) (envelope-from k@numeri.campus.luth.se) Message-Id: <200008041847.UAA08725@numeri.campus.luth.se> X-Mailer: exmh version 2.1.1 10/15/1999 To: freebsd-gnats-submit@FreeBSD.org Cc: bonk1138@msn.com, doc@FreeBSD.org Subject: Re: misc/19235: building custom release is busted Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 04 Aug 2000 20:47:00 +0200 From: Johan Karlsson Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 @@ 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 Can some kind doc-guru please have a look at this. Thanks Johan K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message