From owner-freebsd-questions Sun Feb 10 10:11:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id C9FA037B400 for ; Sun, 10 Feb 2002 10:11:09 -0800 (PST) Received: from yahoo.com ([12.225.30.46]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020210181104.TDIP1214.rwcrmhc54.attbi.com@yahoo.com> for ; Sun, 10 Feb 2002 18:11:04 +0000 Message-ID: <3C66B7B6.8030205@yahoo.com> Date: Sun, 10 Feb 2002 10:11:02 -0800 From: Will Damon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20020127 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Changing boot-kernel location? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'd like to delete all my /usr/obj files to free up space, but if I do, I think I may have a problem: > uname -a FreeBSD dianed.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Sun Feb 10 09:21:19 PST 2002 wdamon@dianed.com:/usr/obj/usr/src/sys/MYKERNEL i386 I used the following to get into this situation: cd /usr/src # generate intermediate build files necessary for building a custom kernel make buildworld # build and install custom kernel make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL # reboot system with new kernel shutdown -r now The kernel built without error, boots and works great, I would just like to get rid of all those intermediate build files but I'm hesitant to b/c of the output of 'uname -a'. Any advice anyone might have would certainly be appreciated. thanks for your time, -Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message