From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 02:49:24 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 0083F16A4CE for ; Tue, 27 Jan 2004 02:49:24 -0800 (PST) Received: from lori.mine.nu (190.2-200-80.adsl.skynet.be [80.200.2.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD11743D5E for ; Tue, 27 Jan 2004 02:49:21 -0800 (PST) (envelope-from geert.hendrickx@ua.ac.be) Received: from lori.mine.nu (localhost [127.0.0.1]) by lori.mine.nu (Postfix) with SMTP id EA03C13A6F for ; Tue, 27 Jan 2004 07:48:40 +0100 (CET) Received: from 143.169.254.8 (proxying for 143.169.35.13) (SquirrelMail authenticated user geert) by lori.mine.nu with HTTP; Tue, 27 Jan 2004 07:48:42 +0100 (CET) Message-ID: <65051.143.169.254.8.1075186122.squirrel@lori.mine.nu> Date: Tue, 27 Jan 2004 07:48:42 +0100 (CET) From: "Geert Hendrickx" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: 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: Tue, 27 Jan 2004 10:49:24 -0000 Hello, "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. Then one does "emerge system" which fetches sources for the entire base system, compiles them and installs them. After that, other applicantions can be installed with "emerge packagename" (comparable to Ports system). Can I install FreeBSD in a similar way? Sysinstall only installs binary packages. I am new to FreeBSD but not to building stuff from sources (I've been using Gentoo Linux for quite a while now). Thanks in advance, GH