From owner-freebsd-questions@FreeBSD.ORG Sat Apr 3 13:45:12 2004 Return-Path: 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 3C11B16A4CE for ; Sat, 3 Apr 2004 13:45:12 -0800 (PST) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A0543D1D for ; Sat, 3 Apr 2004 13:45:11 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <20040403214511016003dpqee>; Sat, 3 Apr 2004 21:45:11 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 4696B80; Sat, 3 Apr 2004 16:45:11 -0500 (EST) Sender: lowell@be-well.ilk.org To: Mickael Suzenne References: From: Lowell Gilbert Date: 03 Apr 2004 16:45:11 -0500 In-Reply-To: Message-ID: <44isgg20t4.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: "'freebsd-questions@FreeBSD.org'" Subject: Re: installing with "packages-4-stable" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2004 21:45:12 -0000 Mickael Suzenne writes: > I'm currently installing a new server from scratch with the 4.9-RELEASE > CDROM. > However, I would rather have to install the base system from the CDROM and > all the rest from FTP. > > Ok, this would work very well (It's my 20th server I install by this way > :-), fine), but I would rather pick the packages from the "package-4-stable" > repository. Ok, that's right if I do "pkg_add -r > ftp://ftp.freebsd.org/.../packages-4-stable/All/the_package.tgz" I will have > the right package and all its dependancies fetched from the right place. But > what if I (or an another sysadmin) do the install from sysinstall ? It would > fetch from 4.9-RELEASE ! > > Is there any solution for this ? Do the base system first, then run sysinstall, go to the options screen and set the "release name" to "4.9-STABLE".