From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 19:25: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 99C1A16A402 for ; Sat, 20 Jan 2007 19:25:19 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from regulus.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 6616513C457 for ; Sat, 20 Jan 2007 19:25:19 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by regulus.dfwlp.com (8.13.8/8.13.8) with ESMTP id l0KJPGEL068096 for ; Sat, 20 Jan 2007 13:25:17 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 20 Jan 2007 13:25:16 -0600 User-Agent: KMail/1.9.5 References: <60882.192.168.11.7.1169318360.squirrel@lists.lc-words.com> In-Reply-To: <60882.192.168.11.7.1169318360.squirrel@lists.lc-words.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701201325.16571.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on regulus.dfwlp.com 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 19:25:19 -0000 On Saturday 20 January 2007 12:39, Zbigniew Szalbot wrote: > Hello, > > I am looking at this link: > http://mikestammer.com/dokuwiki/bsd:updateos > > Would you think I am safe running these instructions to update 6.1 stable > to 6.2? > > My one question is about this: > > make clean;make cleanworld > > Can they be used at one go? Or should I issue make clean and then make > cleanworld? > 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: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html if you do that, you should be able to move from 6.anything to 6.2-RELEASE without any issues. cheers, jonathan