Subject: Re: Splash screen boot HOWTO
To: Rui Paulo <rpaulo@fnop.net>
From: Marcin Jessa <lists@yazzy.org>
List: current-users
Date: 02/19/2006 12:20:09
On Sat, 18 Feb 2006 21:10:13 +0000
Rui Paulo <rpaulo@fnop.net> wrote:

> "Steven M. Bellovin" <smb@cs.columbia.edu> writes:
> 
> > in fact, I'd really like it if I didn't have to 
> > keep my kernel configs in sys/arch/i386/conf, so I could safely wipe 
> > out and replace my entire source tree as needed.)
> 
> Hmm. AFAIK, you don't have to. Using build.sh, you can do
> 'kernel=/home/bla/HELLO'.
 
One other thing you can do and could do before that flag was avaliable
is/was to simply link your kernel configs to sys/arch/i386/conf
#cd /usr/src/sys/arch/i386/conf 
# ln -s /some/place/KERNEL_CONFIG and hit enter.
I use to keep mine /root/kernels