From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 16:52:30 2003 Return-Path: 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 1ABF316A4CE for ; Thu, 27 Nov 2003 16:52:30 -0800 (PST) Received: from lx05-hrz.uni-duisburg.de (lx05-hrz.uni-duisburg.de [134.91.4.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C2443FDD for ; Thu, 27 Nov 2003 16:52:28 -0800 (PST) (envelope-from mark.weinem@uni-duisburg.de) Received: from pandora.plagegeister.de (athome14.uni-duisburg.de [134.91.17.24])hAS0qOod029852 for ; Fri, 28 Nov 2003 01:52:25 +0100 Received: (nullmailer pid 8159 invoked by uid 1000); Fri, 28 Nov 2003 00:57:17 -0000 Date: Fri, 28 Nov 2003 01:57:17 +0100 From: Mark Weinem To: freebsd-questions@freebsd.org Message-ID: <20031128005717.GC4502@pandora.plagegeister.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <200311232008.25845.ecrist@adtechintegrated.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311232008.25845.ecrist@adtechintegrated.com> User-Agent: Mutt/1.5.4i X-Virus-Scanned: SWEEP virus detection utility, Copyright (c) 1989,2003 Sophos X-Scanned-By: MIMEDefang 2.36 Subject: Re: Novice needs advice building new kernel: UPG 4.7-RELEASE ---> 4.9-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 00:52:30 -0000 On Sun, 23 Nov 2003, Eric F Crist wrote: > Here's what works for me: >[...] > #cvsup -g -L2 /root/cvs-supfile and then: # mergemaster -p # cd /usr/obj # chflags -R noschg * # rm -rf * > #cd /usr/src > #make clean > #make world Should be: # cd /usr/src # make -j4 buildworld > #config GENERIC > #cd ../../compile/GENERIC > #make > #make depend > #make install Should be: # make kernel KERNCONF=GENERIC Continue with: # shutdown now # fsck -p # mount -u / # mount -a -t ufs # swapon -a # cd /usr/src # make installworld # (Backup of /etc !!!) # mergemaster -svia # mergemaster -vr # fastboot Finished! Read about the "official" way to upgrade here: /usr/share/doc/en_US.ISO8859-1/books/handbook/makeworld.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html Ciao, Mark Weinem