From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKq03-0007Cc-8P for guix-patches@gnu.org; Tue, 13 Jun 2017 13:53:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKpzy-00039A-DA for guix-patches@gnu.org; Tue, 13 Jun 2017 13:53:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43516) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKpzy-000396-A4 for guix-patches@gnu.org; Tue, 13 Jun 2017 13:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dKpzy-0004NY-0r for guix-patches@gnu.org; Tue, 13 Jun 2017 13:53:02 -0400 Subject: [bug#26339] [PATCH] bootloader: extlinux: Add extlinux-bootloader-gpt. Resent-Message-ID: References: <20170402134916.2871-1-m.othacehe@gmail.com> <20170518101326.11450-1-m.othacehe@gmail.com> <87wp8h3qhe.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87wp8h3qhe.fsf@gnu.org> Date: Tue, 13 Jun 2017 19:52:40 +0200 Message-ID: <87lgov3hcn.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26339@debbugs.gnu.org Hi Ludo, > So let’s have a separate (gnu bootloaders syslinux) module like Danny > and I suggested, and let’s keep extlinux.scm focused on just the > extlinux file format. Sounds good to you? Well I'm quite sure that extlinux is more than a file format, it's a bootloader per-se. Danny seems to agree after digging it up. So I'd like to commit this patch as is. Thanks, Mathieu