From owner-freebsd-questions Mon Apr 19 12:14:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.gfit.net (ns.gfit.net [209.41.124.90]) by hub.freebsd.org (Postfix) with ESMTP id 3FA9C15720 for ; Mon, 19 Apr 1999 12:13:45 -0700 (PDT) (envelope-from tom@embt.com) Received: from gizmo (timembt.iinc.com [206.67.169.229]) by mercury.gfit.net (8.8.8/8.8.8) with SMTP id OAA27806 for ; Mon, 19 Apr 1999 14:06:15 GMT (envelope-from tom@embt.com) Message-Id: <3.0.3.32.19990419151250.0077648c@mail.embt.com> X-Sender: tembt@mail.embt.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 19 Apr 1999 15:12:50 -0400 To: "FreeBSD-Questions" From: Tom Embt Subject: Re: Build world? In-Reply-To: <025a01be8a87$498b3330$236319ac@w142844.carlson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ..or my personal method (using the 'screen' port, great utility) # screen # cd /usr/src # script ~tom/buildworld.out # time make -j4 buildworld (At this point I detach from screen and come back in a few hours when it's done. On my old machine it was an overnighter.) # exit (from script) # exit (from screen) Then go to single-user and do something similar for installworld. >what is wrong with: > > # make buildworld > /mnt/somefile.log > >or > > # script /mnt/somefile.log > # make buildworld > # exit > > >>How can I do a 'Build World' and make the ouput go to a different dir >>(other than root)? >> >>like /mnt for example. >> Tom Embt ICQ UIN: 11245398 tom@embt.com d:-)> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message