Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 18:06:27 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Zbigniew Szalbot <zszalbot@gmail.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: update to 6.3 p1
Message-ID:  <20080226180509.O4355@wojtek.tensor.gdynia.pl>
In-Reply-To: <94136a2c0802260834h51ddf1f7x7a549a82a25b116@mail.gmail.com>
References:  <94136a2c0802260800r3ab3dbe2h3af688e5c5746500@mail.gmail.com>  <20080226172516.C4115@wojtek.tensor.gdynia.pl> <94136a2c0802260834h51ddf1f7x7a549a82a25b116@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Thank you! Just to make sure, I go to /usr/src

you meant /usr/src/sys i think

> make
> make install
> shutdown -r now

>
> Also, I have always used:
> make buildkernel KERNCONF=MYKERNEL
> make installkernel KERNCONF=MYKERNEL

strange way unless building new system.

normal way is

cd /usr/src/sys/<yourarch>/conf
edit mykernel
config mykernel
cd ../compile/mykernel
make depend
make
make install




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