From owner-svn-src-all@FreeBSD.ORG Thu May 1 04:01:42 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99B0DE3; Thu, 1 May 2014 04:01:42 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD491CBA; Thu, 1 May 2014 04:01:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 108D13805C; Wed, 30 Apr 2014 23:01:42 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id u4QWuXI0rCYf; Wed, 30 Apr 2014 23:01:42 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 012823805B; Wed, 30 Apr 2014 23:01:40 -0500 (CDT) Message-ID: <5361C723.8060504@freebsd.org> Date: Wed, 30 Apr 2014 21:01:39 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Justin Hibbits Subject: Re: svn commit: r265171 - head/release/powerpc References: <201405010324.s413OfU4010958@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 04:01:42 -0000 On 04/30/14 20:26, Justin Hibbits wrote: > On Apr 30, 2014, at 8:24 PM, Nathan Whitehorn wrote: > >> Author: nwhitehorn >> Date: Thu May 1 03:24:41 2014 >> New Revision: 265171 >> URL: http://svnweb.freebsd.org/changeset/base/265171 >> >> Log: >> Use mkimg instead of md(4) and gpart. >> >> Modified: >> head/release/powerpc/make-memstick.sh >> >> Modified: head/release/powerpc/make-memstick.sh > > Does this mean we can 'make release' without root now? Cool! > > - Justin > Probably? I haven't actually tried. What it certainly means is that you can cross-build all PowerPC install media without kldload'ing geom_part_apm. -Nathan