From owner-freebsd-stable Thu Jun 6 21:05:28 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA28025 for stable-outgoing; Thu, 6 Jun 1996 21:05:28 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA28019 for ; Thu, 6 Jun 1996 21:05:25 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id WAA28325; Thu, 6 Jun 1996 22:05:13 -0600 Date: Thu, 6 Jun 1996 22:05:13 -0600 From: Nate Williams Message-Id: <199606070405.WAA28325@rocky.sri.MT.net> To: "Michael L. VanLoon -- HeadCandy.com" Cc: freebsd-stable@freebsd.org Subject: Re: Installing FreeBSD-stable In-Reply-To: <199606070242.TAA07438@MindBender.HeadCandy.com> References: <199606070242.TAA07438@MindBender.HeadCandy.com> Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I see source for FreeBSD-stable, but no binaries. So, stable is just > like current, except more stable and less current? ;-) Yep. > What I mean is, you don't have ready-made binary tarballs, and > ready-to-go installation tools? Nope. > Is it a simple matter to just build > stable sources on a 2.1.0-release system? Yep. You update your sources via sup or CTM and then do a 'make world'. If everything works like it's supposed to you have a system that's 95% of the way there. Then, build and install a -stable kernel and you're 98% of the way there. The remaining 2% is making sure your /etc and /dev files are merged, but this has to be done by hand right now. Nate