From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1kfRuw-000087-Ev for mharc-grub-devel@gnu.org; Wed, 18 Nov 2020 13:10:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfRuk-0008VD-K5 for grub-devel@gnu.org; Wed, 18 Nov 2020 13:10:47 -0500 Received: from dibed.net-space.pl ([84.10.22.86]:34265) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_3DES_EDE_CBC_SHA1:192) (Exim 4.90_1) (envelope-from ) id 1kfRuf-000144-Tu for grub-devel@gnu.org; Wed, 18 Nov 2020 13:10:42 -0500 Received: from router-fw.i.net-space.pl ([192.168.52.1]:54098 "EHLO tomti.i.net-space.pl") by router-fw-old.i.net-space.pl with ESMTP id S1115671AbgKRSKW (ORCPT ); Wed, 18 Nov 2020 19:10:22 +0100 X-Comment: RFC 2476 MSA function at dibed.net-space.pl logged sender identity as: dkiper Date: Wed, 18 Nov 2020 19:10:19 +0100 From: Daniel Kiper To: Daniel Axtens Cc: grub-devel@gnu.org, rashmica.g@gmail.com, alastair@d-silva.org Subject: Re: [PATCH v2 01/18] docs/grub: grub-install is no longer a shell script Message-ID: <20201118181019.ak5vrpf5sy24vmp4@tomti.i.net-space.pl> References: <20201028015735.1131291-1-dja@axtens.net> <20201028015735.1131291-2-dja@axtens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201028015735.1131291-2-dja@axtens.net> User-Agent: NeoMutt/20170113 (1.7.2) Received-SPF: pass client-ip=84.10.22.86; envelope-from=dkiper@net-space.pl; helo=dibed.net-space.pl X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/18 13:06:55 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2020 18:10:53 -0000 On Wed, Oct 28, 2020 at 12:57:18PM +1100, Daniel Axtens wrote: > Since commit cd46aa6cefab in 2013, grub-install hasn't been a shell > script. The para doesn't really add that much, especially since it's > the user manual, so just drop it. > > Signed-off-by: Daniel Axtens Reviewed-by: Daniel Kiper Daniel