From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: manage /boot/grub/grub.cfg without installing grub binaries to disk Date: Tue, 19 Feb 2019 08:16:13 +0100 Message-ID: <87h8d0l03m.fsf@lassieur.org> References: <87va1mpa04.fsf@lassieur.org> <0JDB6ldyhhOxLUXJ1vs5jEGzx20yKPHAspTJWq9Dd0c0TQ8yVVVjvw2R3EMNwpBYINiF69nxHLBzocLqOAeWBI-LrI1ouGOS9fDXIxVgMbk=@protonmail.ch> <8ixPOWGsmqTbgQ2RF_O1Ax624OdjPpl-XW6E70NDSWIIYaGHfoKYffc0chPnZdebgi2fW2fC131YkaUz9chzUhy1PefGpn7eI0ekU66D-Wo=@protonmail.ch> <87a7ivcrj9.fsf@lassieur.org> <878syexod5.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]:32874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvzdZ-0003Es-V3 for guix-devel@gnu.org; Tue, 19 Feb 2019 02:16:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvzdZ-00006k-4r for guix-devel@gnu.org; Tue, 19 Feb 2019 02:16:17 -0500 Received: from mail-wm1-f54.google.com ([209.85.128.54]:50250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gvzdY-00005y-R6 for guix-devel@gnu.org; Tue, 19 Feb 2019 02:16:17 -0500 Received: by mail-wm1-f54.google.com with SMTP id x7so1388373wmj.0 for ; Mon, 18 Feb 2019 23:16:16 -0800 (PST) In-reply-to: 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: Raghav RG Gururajan Cc: guix-devel@gnu.org I'm unsure it's related. It's talking about an error while building xxx-etc.drv. Maybe you should have a look at the actual log? See "View build log at..." Raghav RG Gururajan writes: > @Clement > > The code didn't work. I have attached the error with this email. > -------- Original Message -------- > On 18 Feb 2019, 09:16, Raghav "RG" Gururajan wrote: > >> Ah! Got it. Thank you! >> -------- Original Message -------- >> On 17 Feb 2019, 13:26, Cl=C3=A9ment Lassieur wrote: >> >>> Raghav RG Gururajan writes: >>> >>>> @clement >>>> >>>> Thanks! Btw, shouldn't the first line be "(boot loader (bootloader-con= figuration)" in the code snippet you sent?? >>> >>> Well, I just gave the value of the bootloader field, but with this your >>> config.scm should look like: >>> >>> (operating-system >>> [...] >>> (bootloader (bootloader-configuration >>> (bootloader >>> (bootloader >>> (inherit grub-bootloader) >>> (installer #~(const #t)))))) >>> >>> [...] >>> )