From owner-freebsd-ppc@FreeBSD.ORG Mon Nov 8 19:33:26 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 A96871065693 for ; Mon, 8 Nov 2010 19:33:26 +0000 (UTC) (envelope-from superbisquit@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 7A0CA8FC1B for ; Mon, 8 Nov 2010 19:33:26 +0000 (UTC) Received: by pxi1 with SMTP id 1so1190187pxi.13 for ; Mon, 08 Nov 2010 11:33:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=ZBpLUZaNyjSASrFWLd0DhnE0ARDC7/PnXnGrsPoCzbE=; b=kX1/kutGo30/5p6OWCe/msv665pUpSKI3AmJ3kSElsk0D2kTUjusxbSfklzpfPmcaU JLnfg3CU7BJ0Af6O3jg8ZfDjf0+lUIQvM9qilaJTPBpS39pgl08GsnqjBAyHw9nRld4u eJ2AqUg2s8F8ycHAFO5YXt9bLF+UKx3TaaMGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rIsxXszfTC602o2/Ce1EialGVU3BtA/UO7jBQ8PKY3NRXP+NPBreBHS/58s1rH1bMN 594K36yS+sM0wvayLPtX3oFcmjf7JSudonyQHrcVgJSGdI0qXREBIz/soiFqFsBItn4W neXEOa18z2Jhqzu9dYMWP/VHhiCUnOy4oAsIU= MIME-Version: 1.0 Received: by 10.42.194.209 with SMTP id dz17mr4268840icb.371.1289244805741; Mon, 08 Nov 2010 11:33:25 -0800 (PST) Received: by 10.220.190.193 with HTTP; Mon, 8 Nov 2010 11:33:25 -0800 (PST) In-Reply-To: <357575CE-2F5A-4C2E-8323-DE6C2CB0E2A5@mac.com> References: <357575CE-2F5A-4C2E-8323-DE6C2CB0E2A5@mac.com> Date: Mon, 8 Nov 2010 14:33:25 -0500 Message-ID: From: Super Bisquit To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ppc@freebsd.org Subject: Re: Release builds are broken -- help wanted! 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: Mon, 08 Nov 2010 19:33:26 -0000 On Mon, Nov 8, 2010 at 11:01 AM, Marcel Moolenaar wrote: > All, > > The PowerPC release builds are now definitely broken. Previously we > would merely create an invalid livefs ISO and I would simply not > upload that. Now mkisofs is actually failing when it attempts to > make the livefs ISO. This aborts the release build. > > The livefs will not load by itself in my experience. You need a boot cd or cd1 in order to use it. Have you thought of adding the livefs to the bootcd? Maybe even creating a ports cd for X and basic utilities would be helpful. You're also forgetting that the install process is no longer a single step. It's best to partiton using a linux CD and then use gpart to reformat followed by disklabel. I follow this with mounting the disk1 and extracting the necessary parts. Returning to an earlier part: Why not add the tools to disk1 or the boot cd?