From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czU85-0002Li-H4 for guix-patches@gnu.org; Sat, 15 Apr 2017 16:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czU80-0001yl-IZ for guix-patches@gnu.org; Sat, 15 Apr 2017 16:17:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czU80-0001ya-El for guix-patches@gnu.org; Sat, 15 Apr 2017 16:17:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czU7y-00079y-Ek for guix-patches@gnu.org; Sat, 15 Apr 2017 16:17:02 -0400 Subject: bug#26339: [PATCH 07/18] system: Add bootloader type. Resent-Message-ID: Date: Sat, 15 Apr 2017 22:16:25 +0200 From: Danny Milosavljevic Message-ID: <20170415221625.188fc9e0@scratchpost.org> In-Reply-To: <874lxpinzy.fsf@gmail.com> References: <20170402135242.2958-1-m.othacehe@gmail.com> <20170402135242.2958-7-m.othacehe@gmail.com> <20170415182634.4e2f9c68@scratchpost.org> <874lxpinzy.fsf@gmail.com> 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 > > Oh, so that's how. I think it would be nice-to-have if the user could also override the bootloader package used. > > The user could already write : > > --8<---------------cut here---------------start------------->8--- > (bootloader-configuration > (inherit %grub-configuration) > (bootloader my-grub)) > --8<---------------cut here---------------end--------------->8--- Yes, indeed. Okay.