From owner-freebsd-stable@FreeBSD.ORG Mon Sep 22 05:59:03 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D547816A4B3 for ; Mon, 22 Sep 2003 05:59:03 -0700 (PDT) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8115643FF7 for ; Mon, 22 Sep 2003 05:59:02 -0700 (PDT) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) h8MCwwc9049640; Mon, 22 Sep 2003 13:58:59 +0100 (BST) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.12.9/8.12.9) with ESMTP id h8MCx0eo012830; Mon, 22 Sep 2003 13:59:00 +0100 (BST) (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: "Jacob" In-Reply-To: Message from "Jacob" <200309211019.h8LAJVTT055493@smtp1.adl2.internode.on.net> Date: Mon, 22 Sep 2003 13:59:00 +0100 Message-ID: <12829.1064235540@thrush.ravenbrook.com> Sender: nb@ravenbrook.com cc: stable@freebsd.org Subject: Re: upgrading X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 12:59:03 -0000 At 2003-09-21 10:19:31+0000, "Jacob" writes: > A few different people have told me different ways here, don't wanna risk > screwing it up. > > I cvsupped with stable-supfile and ports-supfile, now I'm doing make > buildworld. Now, the way I was going to do it was after the > buildworld, make buildkernel KERNCONF=MILOWARE, then make > installkernel=MILOWARE, then a restart. After that doing make > installworld then mergemaster. > > Is this right? The right thing to do is *always* this: 0. Subscribe to -stable. Do not upgrade if there's a firestorm on being reported on -stable. 1. cvsup. 2. Read /usr/src/UPDATING. 3. Follow the instructions there. Note that this cannot be automated. Nick B