From owner-freebsd-questions Sun Feb 10 10:41:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.home.nl (mail1.home.nl [213.51.129.225]) by hub.freebsd.org (Postfix) with ESMTP id 0319337B400 for ; Sun, 10 Feb 2002 10:41:09 -0800 (PST) Received: from home.nl ([217.120.94.15]) by mail1.home.nl (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20020210184107.NFFH1725.mail1.home.nl@home.nl>; Sun, 10 Feb 2002 19:41:07 +0100 Message-ID: <3C66BF08.4C7BDC6E@home.nl> Date: Sun, 10 Feb 2002 19:42:16 +0100 From: Ben Stroeken X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Damon , freebsd-questions@FreeBSD.ORG Subject: Re: Changing boot-kernel location? References: <3C66B7B6.8030205@yahoo.com> Content-Type: multipart/alternative; boundary="------------1AAB21EB3A9FDCBC6F8D4B75" 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 --------------1AAB21EB3A9FDCBC6F8D4B75 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, You should do a make installworld and use mergemaster, after that you can clean up your /usr/obj directory. If you really don't have any disk space left. You have to clean up, move some user data or maybe zip or backup data. (which is recommented) greetings, Ben Stroeken Will Damon wrote: > 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 --------------1AAB21EB3A9FDCBC6F8D4B75 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,
 

You should do a make installworld and use mergemaster,
after that you can clean up your /usr/obj directory.

If you really don't have any disk space left.
You have to clean up, move some user data or
maybe zip or backup data. (which is recommented)
 

greetings,

Ben Stroeken
 
 

Will Damon wrote:

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

--------------1AAB21EB3A9FDCBC6F8D4B75-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message