From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 31 22:52:44 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74678106564A for ; Fri, 31 Dec 2010 22:52:44 +0000 (UTC) (envelope-from gdriggs@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 41AAA8FC0C for ; Fri, 31 Dec 2010 22:52:44 +0000 (UTC) Received: by pxi1 with SMTP id 1so2353853pxi.13 for ; Fri, 31 Dec 2010 14:52:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:references:from :content-type:x-mailer:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=hNIzZgndM3U1h8GvnMDTlaBO8juZpjO/Hu0C+m+dQW0=; b=s6HBQy2ZmOO31o3s+ouef6z/lQn2rbRcws3pG1KSEHTwhiD4zYhWc/dAClGWmlUSCh 2oapGaVGkr4+FxPHbdSoPfj6/lZ1U14ff5VcvqwZ9BpcBbfiFonNkNV0Ori/q4xDSDxT Atf7N5Buihco/BOUjiQZChAQxnQzobO7MRpmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; b=lWcK699BMsBwiBTNsIWoxOjOWCcAtQepj/AG1E4kIOWCPrPUbjhCfGGQfSftlpQTCw NHThPIT6TTVHsuu5gvsklQfv+BRcMcxv/Cbe1TI+Cb6PosWqJnjv+x+w8T/cmUsjWCP/ 54kfKlsTdNdjH+ONRR3AseU4xXjfaq4hvVPtM= Received: by 10.142.214.8 with SMTP id m8mr7427764wfg.394.1293834639173; Fri, 31 Dec 2010 14:30:39 -0800 (PST) Received: from [192.168.111.29] ([69.64.225.246]) by mx.google.com with ESMTPS id w14sm24704949wfd.18.2010.12.31.14.30.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Dec 2010 14:30:37 -0800 (PST) References: <4D1B42A8.6040005@tds.net> <20101229182942.0000058b@unknown> <4D1BA744.8000705@tds.net> <4D1BCEF4.7000802@tds.net> From: Gary Driggs Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (8C148) In-Reply-To: <4D1BCEF4.7000802@tds.net> Message-Id: <315432AA-1EF2-4C56-A009-4F0DBE6C2E10@gmail.com> Date: Fri, 31 Dec 2010 14:30:54 -0800 To: "freebsd-ppc@freebsd.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (iPhone Mail 8C148) Subject: Re: can't partition disk using sys-install X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 22:52:44 -0000 On Dec 29, 2010, Jason Bacon wrote: > FYI, I found a bug in the script. It does check to see if ports are insta= lled, but I mistakenly put the libvpx patch before the check. Hi Jason, Thanks for putting this together along with your super helpful partitioning w= alkthrough. Perhaps until it's edited to match the other architecture's doc'= s you could maybe link to it in the FAQ or somewhere prominent so others mig= ht find it without searching the list archives...? Also, it looks like your s= cript doesnt include xf86-video-fbdev. kind regards, Gary=