From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9TkT-0001eq-HQ for guix-patches@gnu.org; Sat, 13 May 2017 05:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9TkQ-0002Pm-GU for guix-patches@gnu.org; Sat, 13 May 2017 05:54:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39126) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9TkQ-0002PG-Cj for guix-patches@gnu.org; Sat, 13 May 2017 05:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9TkQ-00082D-0D for guix-patches@gnu.org; Sat, 13 May 2017 05:54:02 -0400 Subject: bug#26339: [PATCH 02/18] system: Add extlinux support. Resent-Message-ID: Date: Sat, 13 May 2017 11:53:39 +0200 From: Danny Milosavljevic Message-ID: <20170513115339.4e9eb85e@scratchpost.org> In-Reply-To: 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Hi Mathieu, On Fri, 12 May 2017 14:18:37 +0200 Mathieu Othacehe wrote: > Hi ! > > > So it should probably pick the current (not the newest) bootloader type. > > I'm not fan of installing every bootloader config because it means > multiple gcroots and filling /boot with possibly useless stuff. > > However, reading the "parameters" of current system, extracting > bootloader type, and reinstalling *only* the bootloader configuration > file for this type seems a good idea to me. > > I'll use this solution for v4. 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 :) Otherwise one could never switch the bootloader.