Re: can i delete /usr/obj/ before installworld?
From: cpghost (cpghost_at_cordula.ws)
Date: 07/31/04
- Previous message: Manuel Astudillo: "konqueror not responding"
- In reply to: Scott: "can i delete /usr/obj/ before installworld?"
- Next in thread: cpghost: "Re: can i delete /usr/obj/ before installworld?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 11:51:41 +0200 To: Scott <freebsd-questions@thismonkey.com>
Scott wrote:
>Hi there,
>
>I'm really short on diskspace, and I have no room to run a make buildkernel after I run make buildworld.
>
>Is it possible to do the following:
>
>
No. It's impossible.
>make buildworld
>rm -fr /usr/obj
>
>
This is a no-op. You'd be just wasting time.
'make buildworld' populates /usr/obj with the compiled world.
>make buildkernel
>
>
That's not goot either, because it needs the new world
which is expected in /usr/obj that you've just nuked.
>make installkernel
>-reboot single user
>make installworld
>
>
There's not world to install here.
-- Cordula's Web. http://www.cordula.ws/ _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Manuel Astudillo: "konqueror not responding"
- In reply to: Scott: "can i delete /usr/obj/ before installworld?"
- Next in thread: cpghost: "Re: can i delete /usr/obj/ before installworld?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|