From owner-freebsd-current@FreeBSD.ORG Sun May 29 22:20:24 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 CCB26106566B for ; Sun, 29 May 2011 22:20:24 +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 8364E8FC08 for ; Sun, 29 May 2011 22:20:24 +0000 (UTC) Received: by yxl31 with SMTP id 31so1753613yxl.13 for ; Sun, 29 May 2011 15:20:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; bh=tNPOJKJKvwahTMu3SNc0qKGRww7NJ/5elcFQsrfq1Ck=; b=EatHWubwgzQLrZVLCaI5XNHlWWhWicbH9kw3t2/4dLl7MKbw/lrx3Yr7ExoXMBBdrn pkq2NxY6YQ7CxK5DelITZMxqorRkuqT9ri1yBY3BLm3sivl3aRioJmwX4EzdZAPt1uiL R/+JEipxqmEJX5vMiL/Y3KZWnBewrjgr3Rq8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=PvC+WzXvBfq/go0i303ODyL4URruRNzC68mCPOhIZ9WyExPa0RtCJOyRQ3fRVopz9E O+03QXBL3U5DwbQYzgwT4D+OicsUmGB0NwidOkrKbOuKBkpDbxCT8A5qh9bjIqTExg6s awBHFf4TnX2QXr1UqpQhzdNSF8rZGYdA3M2+E= Received: by 10.236.184.71 with SMTP id r47mr4735668yhm.190.1306707623739; Sun, 29 May 2011 15:20:23 -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 v50sm2073304yhi.16.2011.05.29.15.20.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 May 2011 15:20:23 -0700 (PDT) Message-Id: <91AE5980-0DA2-469E-B556-9523BA4E6518@gmail.com> From: Justin Hibbits To: Garrett Cooper In-Reply-To: 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 18:20:21 -0400 References: <0448A52E-0AEB-430F-87D0-532C1AB94CB0@gmail.com> X-Mailer: Apple Mail (2.936) Cc: FreeBSD Current Subject: Re: 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:20:24 -0000 On May 29, 2011, at 6:18 PM, Garrett Cooper wrote: > On Sun, May 29, 2011 at 2:41 PM, Justin Hibbits > wrote: >> As of r222417 the bootloader is broken on PowerPC port, due to >> screen.4th >> not being installed into /boot. > > It was fixed in r222450. > Cheers, > -Garrett Shows me for not checking very latest svn before posting. - Justin