From owner-freebsd-questions@FreeBSD.ORG Tue Jan 3 10:00:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AA816A41F for ; Tue, 3 Jan 2006 10:00:51 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAC543D5A for ; Tue, 3 Jan 2006 10:00:49 +0000 (GMT) (envelope-from crispy.beef@ntlworld.com) Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20060103100048.VRKJ17804.mta08-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Tue, 3 Jan 2006 10:00:48 +0000 Received: from [192.168.0.10] (really [82.12.81.129]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20060103100048.ZMOJ13162.aamta09-winn.ispmail.ntl.com@[192.168.0.10]> for ; Tue, 3 Jan 2006 10:00:48 +0000 Message-ID: <43BA4B4D.1030005@ntlworld.com> Date: Tue, 03 Jan 2006 10:00:45 +0000 From: Crispy Beef User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20060102180012.71103.qmail@web86904.mail.ukl.yahoo.com> <43B96B9F.4000601@ntlworld.com> <17337.29620.928986.319095@jerusalem.litteratus.org> In-Reply-To: <17337.29620.928986.319095@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Kernel Compilation... 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, 03 Jan 2006 10:00:51 -0000 Robert Huff wrote: > Crispy Beef writes: > > >> I wasn't aware that I needed to do a buildworld too, am limited >> on the amount of disk space I have, the whole disk is 6Gb with a >> 1Gb /home and over 3Gb /usr. Is that going to be enough? > > > 1) It is _very_ important to keep the kernel and userland in > sync. > 2) > > huff@>> du -s /usr/src > 442996 /usr/src > > As a ball-park estimate, figure 1Gb when you need to update. > Assuming you have a high-speed connection, I would rebuild > world and kernel per the handbook. After installing and testing the > new system I would save the kernel config file elsewhere and delete > /usr/src and /usr/obj. THe next time you need to rebuild you'll > need to clear the disk and download the entire source tree, but > you'll have the disk available until then. Basically I had just installed 6.0-RELEASE from the CD, got the kernel sources from an ftp server (using sysinstall) and then proceded to build the kernel as I mentioned in another post (traditional method). Basically you're saying I should grab the entire source tree and then build everything before the kernel? Just checking before I go ahead...having said that as it's a clean install there's nothing too vital on the system so won't matter to much if I trash it.