From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 12:21:04 2004 Return-Path: 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 6F91616A4CE for ; Wed, 28 Jan 2004 12:21:04 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E18E43D31 for ; Wed, 28 Jan 2004 12:21:03 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AlwBK-0001lJ-00 for ; Wed, 28 Jan 2004 21:21:02 +0100 Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by news.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed Jan 28 20:21:02 2004 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AlwBI-0001l1-00 for ; Wed, 28 Jan 2004 21:21:00 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AlwBI-0001lE-00 for ; Wed, 28 Jan 2004 21:21:00 +0100 From: Kai Grossjohann Date: Wed, 28 Jan 2004 21:21:07 +0100 Lines: 23 Message-ID: <87llnr3jv0.fsf@emptyhost.emptydomain.de> References: <65051.143.169.254.8.1075186122.squirrel@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:8Hsbo73MruiyC+Lan0MlTRu8/GQ= Sender: news Subject: Re: How to build FreeBSD entirely from sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 20:21:04 -0000 "Geert Hendrickx" writes: > "FreeBSD from Scratch" describes a method for REbuilding a FreeBSD system > entirely from sources, starting from an existing FreeBSD system. > > But I want to build a new FreeBSD system on a machine currently NOT > running FreeBSD. How can I do this? > > I'm used to doing this with Gentoo Linux: > With Gentoo, one extracts a "stage" tarball to the target partition, which > contains gcc, glibc and some other binary programs, just enough to rebuild > itself, using a "bootstrapping" script. With Gentoo, the "stage" tarball is also binary, isn't it? For FreeBSD, you can download the miniinst CD image, which gives you about the same thing as the stage tarball, except that it isn't a tarball. Instead of "emerge system", one "makes the world" in FreeBSD. Kai