From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJhM2-00051B-7W for guix-patches@gnu.org; Sat, 10 Jun 2017 10:27:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJhLy-0005rS-8H for guix-patches@gnu.org; Sat, 10 Jun 2017 10:27:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJhLy-0005rE-5O for guix-patches@gnu.org; Sat, 10 Jun 2017 10:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dJhLx-0005P6-VN for guix-patches@gnu.org; Sat, 10 Jun 2017 10:27:01 -0400 Subject: bug#26339: [PATCH] bootloader: Rename boot-name to bootloader-name. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170402134916.2871-1-m.othacehe@gmail.com> <20170610085327.1353-1-m.othacehe@gmail.com> Date: Sat, 10 Jun 2017 16:26:01 +0200 In-Reply-To: <20170610085327.1353-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sat, 10 Jun 2017 10:53:27 +0200") Message-ID: <87lgozyl52.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26339@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/system.scm: Rename boot-name -> bootloader-name. > * guix/scripts/system.scm: Rename boot-name -> bootloader-name. LGTM! It might be good to describe it like this: * gnu/system ()[boot-name]: Rename field to... [bootloader-name]: ... this. Adjust users. * gnu/scripts/system.scm: Adjust accordingly. That makes it clear that we renamed a field and that the rest is purely mechanical. Thank you, Ludo=E2=80=99.