From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 21:00:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D447A16A405 for ; Sat, 20 Jan 2007 21:00:19 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from mx3.netclusive.de (mx3.netclusive.de [89.110.132.133]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7C513C44B for ; Sat, 20 Jan 2007 21:00:19 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from nermal.rz1.convenimus.net (p3EE24BF3.dip0.t-ipconnect.de [62.226.75.243]) by mx3.netclusive.de (Postfix) with ESMTP id 1B0E2604048 for ; Sat, 20 Jan 2007 22:00:16 +0100 (CET) Received: by nermal.rz1.convenimus.net (Postfix, from userid 8) id 318DD1521B; Sat, 20 Jan 2007 22:00:13 +0100 (CET) To: freebsd-questions@freebsd.org Path: not-for-mail From: Christian Baer Newsgroups: gmane.os.freebsd.questions Date: Sat, 20 Jan 2007 22:00:13 +0100 (CET) Organization: Convenimus Projekt Lines: 14 Message-ID: References: <60882.192.168.11.7.1169318360.squirrel@lists.lc-words.com> <200701201325.16571.freebsd@dfwlp.com> NNTP-Posting-Host: garfield.rz1.convenimus.net X-Trace: nermal.rz1.convenimus.net 1169326813 50679 192.168.100.11 (20 Jan 2007 21:00:13 GMT) X-Complaints-To: abuse@convenimus.net NNTP-Posting-Date: Sat, 20 Jan 2007 21:00:13 +0000 (UTC) User-Agent: slrn/0.9.8.1 (FreeBSD) Subject: Re: upgrading from 6.1 to 6.2 with custom kernel 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: Sat, 20 Jan 2007 21:00:19 -0000 On Sat, 20 Jan 2007 13:25:16 -0600 Jonathan Horne wrote: > usually, i: > > rm -rf /usr/src/* /usr/obj/* > > and then just cvsup a whole new set of sources. i then buildworld and > buildkernel as laid out in the handbook: You do of course know that by doing that you also erase your custom kernel-config file? By default it is in /usr/src/sys/*plattform*/conf. Regards Chris