From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKVsc-00048O-S2 for guix-patches@gnu.org; Mon, 12 Jun 2017 16:24:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKVsX-0005Ly-VO for guix-patches@gnu.org; Mon, 12 Jun 2017 16:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKVsX-0005Ll-RW for guix-patches@gnu.org; Mon, 12 Jun 2017 16:24:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dKVsX-0000NO-MV for guix-patches@gnu.org; Mon, 12 Jun 2017 16:24:01 -0400 Subject: [bug#26339] [PATCH] bootloader: extlinux: Add extlinux-bootloader-gpt. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170402134916.2871-1-m.othacehe@gmail.com> <20170518101326.11450-1-m.othacehe@gmail.com> Date: Mon, 12 Jun 2017 22:23:09 +0200 In-Reply-To: <20170518101326.11450-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 18 May 2017 12:13:26 +0200") Message-ID: <87wp8h3qhe.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/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported > variable. > (install-extlinux)[mbr]: New argument. > (install-extlinux-mbr, install-extlinux-gpt): New variables. > (extlinux-bootloader)[installer]: Use install-extlinux-mbr. So let=E2=80=99s have a separate (gnu bootloaders syslinux) module like Dan= ny and I suggested, and let=E2=80=99s keep extlinux.scm focused on just the extlinux file format. Sounds good to you? Thanks, Ludo=E2=80=99.