From owner-freebsd-questions Sat May 12 10:17:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f31.law14.hotmail.com [64.4.21.31]) by hub.freebsd.org (Postfix) with ESMTP id 6B20737B423 for ; Sat, 12 May 2001 10:17:10 -0700 (PDT) (envelope-from kf7nn@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 12 May 2001 10:17:10 -0700 Received: from 148.71.111.158 by lw14fd.law14.hotmail.msn.com with HTTP; Sat, 12 May 2001 17:17:08 GMT X-Originating-IP: [148.71.111.158] Reply-To: george@vagner.com From: "george vagner" To: questions@freebsd.org Subject: kernel make strangeness Date: Sat, 12 May 2001 17:17:08 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 12 May 2001 17:17:10.0330 (UTC) FILETIME=[60E5C9A0:01C0DB07] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG
I am having some trouble making a correct kernel.
i do this

cd /usr/src/sys/i386/conf

config mykernel

cd ../../compile/mykernel

make depend

cd /usr/src

make buildkernel KERNELCONF=mykernel

I notice its building GENERIC....

I think its because i didnt change the kernel name in mykernel.

i try to install it.

make installkernel KERNEL=mykernel

and it stops saying it cant find some sound files and such

thinking its because the generic kernel dont have sound built in.

so i always end up building my kernel with

make buildkernel KERNEL=mykernel

and it says i need to change to KERNELCONF but it builds the right one now.

 

so where am i going wrong here.

 



Get your FREE download of MSN Explorer at http://explorer.msn.com

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message