Date: Tue, 16 Jan 2001 20:16:16 -0600 (CST) From: Mike Meyer <mwm@mired.org> To: Odhiambo Washington <wash@iconnect.co.ke> Cc: questions@freebsd.org, akbeech@anchoragerescue.org Subject: Re: Building kernel Message-ID: <14949.112.663373.917736@guru.mired.org> In-Reply-To: <69051514@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Odhiambo Washington <wash@iconnect.co.ke> types: > * 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 > > 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. <mike -- Mike Meyer <mwm@mired.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14949.112.663373.917736>