From owner-freebsd-current@FreeBSD.ORG Sun May 29 22:04:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C3041065672 for ; Sun, 29 May 2011 22:04:57 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 084B68FC17 for ; Sun, 29 May 2011 22:04:56 +0000 (UTC) Received: by yxl31 with SMTP id 31so1750029yxl.13 for ; Sun, 29 May 2011 15:04:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:from:to:content-type :content-transfer-encoding:mime-version:subject:date:x-mailer; bh=vP7vTWqBxqczNlgum38/9nkgDY22bld+OsMk6gd13iw=; b=NG4WyyoTA9SgdBVS7osVw4dDPM3w2WHmOZNtsu4+nEK1XvTM2tAzoS6rJeD7zuHksw g+qqJHZ8rbvV10nFQUMsf7G2Bk5/9gwpU35jZ5pyHBmaFf/AjJIccv0eLWUVeCGhp503 1RMPpl8vgED2Qc/lKIbvGDn61u9WC8yz6n7zo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=D80zasY0Mx1cuoiJQY2+Re+JHcA1/dxJFcVtNkFbW2rUK/cb1xZbBpWUh4H1yW93uM iIPAPsSx0Rui96ctvIg8NrMo3G5LmrLsjXHvB70PP16DwVbyNg77PDbhYfwnjRHEkMVM sqe+2iVkGj3GwB1opZfBpJR5XCdIV3En250wk= Received: by 10.236.193.73 with SMTP id j49mr4750114yhn.332.1306705279819; Sun, 29 May 2011 14:41:19 -0700 (PDT) Received: from triad.knownspace (216-15-41-8.c3-0.gth-ubr1.lnh-gth.md.cable.rcn.com [216.15.41.8]) by mx.google.com with ESMTPS id i46sm2052161yhk.62.2011.05.29.14.41.18 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 May 2011 14:41:18 -0700 (PDT) Message-Id: <0448A52E-0AEB-430F-87D0-532C1AB94CB0@gmail.com> From: Justin Hibbits To: FreeBSD Current Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 29 May 2011 17:41:17 -0400 X-Mailer: Apple Mail (2.936) Subject: Bootloader broken on ppc X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2011 22:04:57 -0000 As of r222417 the bootloader is broken on PowerPC port, due to screen. 4th not being installed into /boot. - Justin