From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: Help with writing custom boot-loader configuration Date: Wed, 05 Jun 2019 11:30:50 -0400 Message-ID: <5a8da2409fa4fef22e064d5ac55f0c49b03a51df.camel@disroot.org> References: <34bfe68c4431240cf1ad05c48ecf3d9ae00be787.camel@disroot.org> <18883b91119efe33ba03ba118449e1cb1f82cfea.camel@disroot.org> <87muiw6tnb.fsf@ngyro.com> 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]:46843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYY4P-0007FQ-Ut for help-guix@gnu.org; Wed, 05 Jun 2019 11:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYXsZ-0004so-04 for help-guix@gnu.org; Wed, 05 Jun 2019 11:31:08 -0400 Received: from knopi.disroot.org ([178.21.23.139]:32836) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYXsX-0004jU-Dr for help-guix@gnu.org; Wed, 05 Jun 2019 11:31:06 -0400 In-Reply-To: <87muiw6tnb.fsf@ngyro.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Timothy Sample Cc: help-guix@gnu.org > Heh. I didn=E2=80=99t see this before. Sorry for sending you code you= already > had! That's okay. No worries. > I=E2=80=99m not quite sure what you are asking, since Guix does not use > =E2=80=9Cgrub-mkconfig=E2=80=9D. It has its own way of generating a GR= UB configuration > file. The =E2=80=9C#~(const #t)=E2=80=9D trick is the Guix version of = running > =E2=80=9Cgrub-mkconfig=E2=80=9D and not =E2=80=9Cgrub-install=E2=80=9D.= Is it working for you? It works. Was curious about other alternatives. Btw, is it possible make = guix to automatically GPG-Sign the "grub.cfg" it generates during "guix system i= nit" or "guix system reconfigure" ?? > Is it that you want to use =E2=80=9Cgrub-mkconfig=E2=80=9D instead of G= uix=E2=80=99s normal > method? To be honest, it may be possible, but it=E2=80=99s only for th= e brave > of heart (or at least for those who can tolerate a lot of annoying > difficulties). :) The easiest way to do that would be to install GRUB > and run =E2=80=9Cgrub-mkconfig=E2=80=9D manually. Thanks for the suggestion. Regards, RG.