From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:04:19 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B066816A41F for ; Mon, 5 Sep 2005 02:04:19 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F24143D46 for ; Mon, 5 Sep 2005 02:04:19 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMB00CMON31E9A4@vms040.mailsrvcs.net> for questions@freebsd.org; Sun, 04 Sep 2005 21:04:14 -0500 (CDT) Date: Sun, 04 Sep 2005 22:04:03 -0400 From: WOB To: questions@freebsd.org Message-id: <431BA793.9080504@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Cc: Subject: what tweaks for stable-supfile in RELENG_6 ? (update after initial install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:04:19 -0000 Hi, I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I should tweak the stable-supfile. Actually I did an install from CD, I usually immediately update from the net after a CD install, so I can get the latest stuff. When I installed 5.4 I made these changes to the stable-supfile: nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. For 6.0-Beta3, I plan to only change to RELENG_6, like this: nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_6 ports-all tag=. doc-all tag=. I thought I had read somewhere that I am not supposed to put the ports-all and doc-all lines in to the stable-supfile for 6.0, but I cannot find where I saw it. I think some guy got ports from RELENG_7, or something like that (though I later read there is only set of ports). Is it okay to put them in like this? ports-all tag=. doc-all tag=. Thanks! (below are my instructions I usually try to follow) cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. cvsup -g -L 2 stable-supfile less UPDATING make buildworld make buildkernel KERNCONF=GENERIC make installkernel shutdown -r now shutdown now cd /usr/src make installworld mergemaster delete hosts file run MAKEDEV at end shutdown -r now portsdb -Uu portversion -l "<" portupgrade -arR reboot