From owner-freebsd-questions@FreeBSD.ORG Tue Feb 26 17:06:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0245106566B for ; Tue, 26 Feb 2008 17:06:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6E513C4E1 for ; Tue, 26 Feb 2008 17:06:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m1QH6UnG004377; Tue, 26 Feb 2008 18:06:30 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m1QH6Rvn004374; Tue, 26 Feb 2008 18:06:30 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 26 Feb 2008 18:06:27 +0100 (CET) From: Wojciech Puchar To: Zbigniew Szalbot In-Reply-To: <94136a2c0802260834h51ddf1f7x7a549a82a25b116@mail.gmail.com> Message-ID: <20080226180509.O4355@wojtek.tensor.gdynia.pl> References: <94136a2c0802260800r3ab3dbe2h3af688e5c5746500@mail.gmail.com> <20080226172516.C4115@wojtek.tensor.gdynia.pl> <94136a2c0802260834h51ddf1f7x7a549a82a25b116@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions Subject: Re: update to 6.3 p1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 17:06:49 -0000 > 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//conf edit mykernel config mykernel cd ../compile/mykernel make depend make make install