From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9oI1-0000m9-80 for guix-patches@gnu.org; Sun, 14 May 2017 03:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9oHy-0000Jq-5g for guix-patches@gnu.org; Sun, 14 May 2017 03:50:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9oHy-0000Jm-1m for guix-patches@gnu.org; Sun, 14 May 2017 03:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9oHx-0003x7-Rh for guix-patches@gnu.org; Sun, 14 May 2017 03:50:01 -0400 Subject: bug#26339: [PATCH 02/18] system: Add extlinux support. Resent-Message-ID: References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-2-m.othacehe@gmail.com> <87mvanjepx.fsf@gnu.org> <871sryqy3g.fsf@gmail.com> <87bmr29x4q.fsf@gnu.org> <864lwuje63.fsf@gmail.com> <87inl9zruw.fsf@gnu.org> <20170512020243.5af54ed2@scratchpost.org> <87d1betr8y.fsf@gnu.org> <20170512132630.1eeb75bc@scratchpost.org> <87k25ms3wi.fsf@gnu.org> <20170513115339.4e9eb85e@scratchpost.org> From: Mathieu Othacehe In-reply-to: <20170513115339.4e9eb85e@scratchpost.org> Date: Sun, 14 May 2017 09:49:46 +0200 Message-ID: <87d1bb98th.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: 26339@debbugs.gnu.org Hi Danny, > If you mean that for "switch-generation" you use the current generation's bootloader but for "reconfigure" you use the newly-specified bootloader, I agree :) > Yes I meant for switch-generation, sorry for the imprecision. I just sent v4 if you want to have a look :) Mathieu