From owner-freebsd-questions Tue Jan 16 18:16:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id DD28937B400 for ; Tue, 16 Jan 2001 18:16:27 -0800 (PST) Received: (qmail 86647 invoked by uid 100); 17 Jan 2001 02:16:16 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14949.112.663373.917736@guru.mired.org> Date: Tue, 16 Jan 2001 20:16:16 -0600 (CST) To: Odhiambo Washington Cc: questions@freebsd.org, akbeech@anchoragerescue.org Subject: Re: Building kernel In-Reply-To: <69051514@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington types: > * Beech Rintoul [20010116 22:05]: writing on the subject 'Building kernel' > Beech> When doing a make buildkernel after an update is there a way to build the > Beech> kernel with my config instead of generic? > Beech> TIA ... Beech > > YES. > If running 4.x > do > cd /usr/src > make buildkernel KERNEL=your_config_file > make installkernel KERNEL=your_config_file > ..done.. In that case, you can also add "KERNEL=your_config_file" to /etc/make.conf, and not have to add it to the command line. If you list more than one config file, it will build them all and install the first one. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message