From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: manage /boot/grub/grub.cfg without installing grub binaries to disk Date: Thu, 14 Feb 2019 18:15:07 +0100 Message-ID: <87va1mpa04.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guKdl-0006pe-22 for guix-devel@gnu.org; Thu, 14 Feb 2019 12:17:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guKbU-0007q7-Gk for guix-devel@gnu.org; Thu, 14 Feb 2019 12:15:18 -0500 Received: from mail-wr1-f48.google.com ([209.85.221.48]:41149) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1guKbU-0007mc-Am for guix-devel@gnu.org; Thu, 14 Feb 2019 12:15:16 -0500 Received: by mail-wr1-f48.google.com with SMTP id x10so7313573wrs.8 for ; Thu, 14 Feb 2019 09:15:12 -0800 (PST) In-Reply-To: alpine.DEB.2.20.1902121337060.26363@marsh.hcoop.net List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: jackhill@jackhill.us, raghavgururajan@protonmail.ch Cc: guix-devel@gnu.org Hi Jack and Raghav, Could you try this? --8<---------------cut here---------------start------------->8--- (bootloader-configuration (bootloader (bootloader (inherit grub-bootloader) (installer #~(const #t))))) --8<---------------cut here---------------end--------------->8--- Cl=C3=A9ment