From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 23:49:31 2004 Return-Path: <owner-freebsd-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 0DEB716A4CE for <freebsd-questions@freebsd.org>; Tue, 24 Aug 2004 23:49:31 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66EA43D41 for <freebsd-questions@freebsd.org>; Tue, 24 Aug 2004 23:49:30 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.1/8.13.1) with ESMTP id i7ONnUTa016754; Tue, 24 Aug 2004 17:49:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.1/8.13.1/Submit) with ESMTP id i7ONnTAp016751; Tue, 24 Aug 2004 17:49:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 24 Aug 2004 17:49:29 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Curtis Vaughan <curtis@npc-usa.com> In-Reply-To: <12ABC2FC-F625-11D8-8159-000393934006@npc-usa.com> Message-ID: <20040824174250.C6883@wonkity.com> References: <20040824230703.30122.qmail@web53909.mail.yahoo.com> <12ABC2FC-F625-11D8-8159-000393934006@npc-usa.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (wonkity.com [127.0.0.1]); Tue, 24 Aug 2004 17:49:30 -0600 (MDT) cc: freebsd-questions@freebsd.org Subject: Re: cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 24 Aug 2004 23:49:31 -0000 On Tue, 24 Aug 2004, Curtis Vaughan wrote: > BTW! After updating to 4-STABLE do I then perform all the following steps? > > Go to /usr/src > enter the command: make buildworld KERNCONF=yourkernelname > then: make kernel > reboot > go to /usr/src and type: make installworld No: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html The overview from the Handbook goes like this: # make buildworld # make buildkernel # make installkernel # reboot You should boot in single user mode (using boot -s from loader prompt for example). Then run: # mergemaster -p # make installworld # mergemaster # reboot (I don't boot into single user there, but it's definitely a good thing to do.) -Warren Block * Rapid City, South Dakota USA