From owner-freebsd-questions@FreeBSD.ORG Wed Oct 11 12:43:22 2006 Return-Path: X-Original-To: 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 0FE3116A4C9 for ; Wed, 11 Oct 2006 12:43:22 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EF643DDE for ; Wed, 11 Oct 2006 12:41:52 +0000 (GMT) (envelope-from zbyszek@szalbot.homedns.org) Received: from [127.0.0.1] (helo=localhost) by lists.lc-words.com with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GXdPQ-0000Bp-Vr for freebsd-questions@freebsd.org; Wed, 11 Oct 2006 14:42:05 +0200 Date: Wed, 11 Oct 2006 14:42:04 +0200 (CEST) From: Zbigniew Szalbot X-X-Sender: zbyszek@192.168.11.51 To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: <20061011143512.K726@192.168.11.51> References: <20061011084014.W23849@192.168.11.51> <452CA3A0.9060002@locolomo.org> <20061011101745.D27448@192.168.11.51> <452CABEE.8040302@u.washington.edu> <452CACBC.7040507@u.washington.edu> <20061011104436.B27448@192.168.11.51> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: custom kernel, make buildkernel and then? 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: Wed, 11 Oct 2006 12:43:22 -0000 Hello, On Wed, 11 Oct 2006, Spiros Papadopoulos wrote: > Hi, > > What i simply do is: > > 1. Enter the /usr/src/sys/*/conf directory > 2. copy GENERIC to whatever name i wish (no new dirs, no links) > 3. Alter the file to my needs > 4. cd /usr/src > 5. make buildkernel KERNCONF='name' > 6. make installkernel KERNCONF='name' > 7. shutdown -r now Which is what I did eventually and it now works beautifully! I edited the conf file to my liking and it works! Thank you everyone on this list. You are very patient for newbies like myself and I can't stress enough how much I appreciate the time you are devoting to help me/us. Thanks! -- Zbigniew Szalbot