From owner-freebsd-ppc@FreeBSD.ORG Sun Jun 20 23:34:45 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFF1916A4CE for ; Sun, 20 Jun 2004 23:34:45 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B46743D5A for ; Sun, 20 Jun 2004 23:34:45 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-19-168.dsl.OntheNet.net [203.144.19.168]) i5KNYLu9030440; Mon, 21 Jun 2004 09:34:22 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <40D62010.5@freebsd.org> Date: Mon, 21 Jun 2004 09:38:56 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: matt@genesi.co.uk References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Quick HOWTO? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 23:34:46 -0000 > Is there a quick and dirty "how to make a FreeBSD PPC Build" for > people who currently have an "unsupported" platform and an x86 > FreeBSD box? The quickest and dirtiest is make TARGET_ARCH=powerpc buildworld buildkernel That'll populate /usr/obj/ with the requisite binaries. > .. the other thing would be, could I make a quick ISO (similar > to miniinst) to make it easier to install? I'm still setting > up my TFTP stuff on my server :) I'm testing some 'make release' stuff submitted by Suleiman Souhlal: that should get into the tree soon. later, Peter.