From owner-freebsd-questions@FreeBSD.ORG Mon May 26 10:55:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E18C7106568D; Mon, 26 May 2008 10:55:56 +0000 (UTC) (envelope-from cerny@icomvision.com) Received: from mohinder.icomvision.com (icom.casablanca.cz [81.0.254.115]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5A38FC2A; Mon, 26 May 2008 10:55:56 +0000 (UTC) (envelope-from cerny@icomvision.com) Received: by mohinder.icomvision.com (Postfix, from userid 503) id 24FC0F19B9; Mon, 26 May 2008 12:37:00 +0200 (CEST) Date: Mon, 26 May 2008 12:37:00 +0200 From: Marian Cerny To: gahn Message-ID: <20080526103700.GA6137@icomvision.com> References: <655295.65067.qm@web52105.mail.re2.yahoo.com> <483A6F4B.50700@saeab.se> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <483A6F4B.50700@saeab.se> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: the problem for compiling customized 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: Mon, 26 May 2008 10:55:57 -0000 On 2008-05-26 10:05 +0200, Thomas Nyström wrote: > gahn skrev: > >I have weird a problem to compile a customized kernel after I used > >"freebsd-update" untility. > > > >I followed the exact instructions in the "handbook" and for some reasons' > >it stuck with the "GENERIC": > > > >make buildkernel KERNELCONF=laptop > > > >During the compilation, I noticed, instead of using the customized > >file "laptop->/root/kernels/laptop", the compilation uses the file > >"GENERIC". > > Try using the command: > > make buildkernel KERNCONF=laptop > > instead, drop the letters 'EL' from the commandline! You might find handy to put the following line into /etc/make.conf so you don't have to keep in your mind what to put into command line when rebuilding kernel: KERNCONF ?= laptop Marian Cerny