Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 22:12:39 +0300
From:      Odhiambo Washington <wash@iconnect.co.ke>
To:        freebsd-questions@freebsd.org
Cc:        akbeech@anchoragerescue.org
Subject:   Re: Building kernel
Message-ID:  <20010116221239.B2002@poeza.iconnect.co.ke>
In-Reply-To: <01011610042300.03986@galaxy.anchoragerescue.org>;  from "Beech Rintoul" on Tue, Jan 16, 2001 at 10:04:23AM -0900
References:  <01011610042300.03986@galaxy.anchoragerescue.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Beech Rintoul <akbeech@anchoragerescue.org> [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

NB: You haven't read the section of the handbook that details what
you've asked. Sometimes it really helps to read the HandBook -
www.freebsd.org/handbook - before posting to the list.

YES. 
If running 4.x
do
cd /usr/src
make buildkernel KERNEL=your_config_file
make installkernel KERNEL=your_config_file
..done..

If running 3.x
cd /usr/src/sys/i386/conf
config your_config_file
cd ../../compile/YOUR_CONFIG_FILE
make depend
make
make install

..done..


Sorry, DO NOT type the ..done.. ;-)


-Wash

--
Odhiambo Washington  Inter-Connect Ltd.,
wash@iconnect.co.ke  5th Flr Furaha Plaza
Tel: 254 11 222604   Nkrumah Rd.,
Fax: 254 11 222636   PO Box 83613 MOMBASA, KE.

The 10 Commandments contain 297 words. The Bill of Rights is stated in 463 
words. Lincon's Gettysburg Address contains 266 words. A recent federal 
directive to regulate the price of cabbage contains 26,911 words. -"The 
Atlanta Journal" 
(contributed by Chris Johnston) 


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010116221239.B2002>