From owner-freebsd-ppc@FreeBSD.ORG Mon May 6 07:47:19 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 609F9696 for ; Mon, 6 May 2013 07:47:19 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 335AE7B7 for ; Mon, 6 May 2013 07:47:19 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id xk17so2885003obc.3 for ; Mon, 06 May 2013 00:47:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=D8X08KMgJikn7ZPdHLkWa9ks3LkwaUlsSdPwZAp4T1Q=; b=Q86ctZkdguG5HxzFbCYnY9fMcZI16ZBxv38kLrXuHP8P/SkOpLZp3TAiHmH1q89ex6 vm/lsvNAuYnP4HGeaiYq0m/7xxfw8bdhSf8JaW39V2ITAgf0bP2JS6DBg5hIKa3e976/ 4VGEjTBRdsJYdP2keg0yqKvYdLTeFS14j3GkL6Rvb4oFcoWYXsvreTqsTKCCRJSgTXby 2STNh/Mn0CO5Zblbn9wrkVxXg21lwIrECEKIpMEyl4+CtGNve1qp1JIaLrrdm4Mik3Lx IK+zwSFt0L5IraSU7+O8x/I0neXSHKzA0e7qftXb29ClYZ2teYwRluzvYAU6sMHhLr2u BvRQ== MIME-Version: 1.0 X-Received: by 10.182.86.6 with SMTP id l6mr5129069obz.6.1367826438851; Mon, 06 May 2013 00:47:18 -0700 (PDT) Received: by 10.182.29.129 with HTTP; Mon, 6 May 2013 00:47:18 -0700 (PDT) Date: Mon, 6 May 2013 03:47:18 -0400 Message-ID: Subject: ISO release of 4/28/2013 for powerpc of ftp1 does not boot From: Super Bisquit To: FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 07:47:19 -0000 I had a mount root error from the image. After cd9660:/dev/cd0 using install and shell resulted in the installer returning to the install/live/shell curses menu. I was able to mount the cd and extracted src.txz to /usr. I do not have internet access and must start the process through the installation media. Is there a clean image or did I not burn it properly? Also, I will need to have the sound as a module and not within the kernel after the kernel is rebuilt. What switches do I add or remove from the kern.conf file? What switches can be used in BSD make to allow some ports to be built with clang and others with gcc?