From owner-svn-src-head@freebsd.org Sat Dec 16 03:39:47 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D961E9A13E; Sat, 16 Dec 2017 03:39:47 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE55747A5; Sat, 16 Dec 2017 03:39:46 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id vBG3djV2005141; Fri, 15 Dec 2017 19:39:45 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id vBG3djMr005140; Fri, 15 Dec 2017 19:39:45 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201712160339.vBG3djMr005140@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r326883 - head/tools/boot In-Reply-To: <201712152316.vBFNGRZ4041100@repo.freebsd.org> To: Warner Losh Date: Fri, 15 Dec 2017 19:39:45 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2017 03:39:47 -0000 > Author: imp > Date: Fri Dec 15 23:16:27 2017 > New Revision: 326883 > URL: https://svnweb.freebsd.org/changeset/base/326883 > > Log: > For now, make the gpart commands verbose so we know exactly what's > being installed. > > Fix problem with gpt + zfs installing the wrong loader... ... Would it make since to get the svn version in at least the major parts of this code so that one can tell what is installed easier? Ie, the parts of zfsboot you dd into the reserved space, boot1, loader.efi, etc. I know that for the MBR it probably makes little since, but for boot1 and later we shouldnt be so tight on room we can not put in a short character string? Thanks, -- Rod Grimes rgrimes@freebsd.org