From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 00:30:43 2004 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 74F6616A4CE for ; Wed, 25 Aug 2004 00:30:43 +0000 (GMT) Received: from web53905.mail.yahoo.com (web53905.mail.yahoo.com [206.190.36.215]) by mx1.FreeBSD.org (Postfix) with SMTP id D125443D5C for ; Wed, 25 Aug 2004 00:30:42 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040825003042.4431.qmail@web53905.mail.yahoo.com> Received: from [67.34.130.149] by web53905.mail.yahoo.com via HTTP; Tue, 24 Aug 2004 17:30:42 PDT Date: Tue, 24 Aug 2004 17:30:42 -0700 (PDT) From: stheg olloydson To: curtis@npc-usa.com In-Reply-To: <4BEEA5CF-F624-11D8-8159-000393934006@npc-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: cvsup 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: Wed, 25 Aug 2004 00:30:43 -0000 it was said: >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 > >And what is a good kernel name? Maybe in this case, kernel.STABLE ? Hello, Aaahhh...no. You are leaving out steps. To clarify, in /usr/src, do this: make buildworld make buildkernel KERNCONF=WHATEVER (your edited conf file) make installkernel KERNCONF=WHATEVER mergemaster -p make installworld mergemaster See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html (URL may have wrapped) just to be sure you haven't forgotten anything. A couple of notes: The supfile you are using does NOT update your ports. Speaking of which, using a refuse file is not "recommended" because . The kernel name doesn't really matter if you do not swap kernels between machines and use different names (e.g. KERN1, KERN2) so you know which one you're running. Finally, I like to use script(1) to write a file to /var when I do builds so I can go back and actually read the WARNING: messages that whiz by and scare the bejesus out of me at 4:00 AM. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail