From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: Help with writing custom boot-loader configuration Date: Tue, 04 Jun 2019 11:48:20 -0400 Message-ID: <18883b91119efe33ba03ba118449e1cb1f82cfea.camel@disroot.org> References: <34bfe68c4431240cf1ad05c48ecf3d9ae00be787.camel@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYBfr-0000Qt-AQ for help-guix@gnu.org; Tue, 04 Jun 2019 11:48:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYBfq-0001gT-5B for help-guix@gnu.org; Tue, 04 Jun 2019 11:48:31 -0400 Received: from knopi.disroot.org ([178.21.23.139]:36584) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYBfp-0001aa-GM for help-guix@gnu.org; Tue, 04 Jun 2019 11:48:30 -0400 In-Reply-To: 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: Jack Hill Cc: help-guix@gnu.org > > My first thought after reading your question was > . Yes, I was looking for a method other than using (const ~#t). > However, I guess you need something else, but I'm not sure what it is. Can > you explain more what you're trying to do? Thanks! I was looking for a way to directly alter the behaviour of grub-installer. The two of all functions of grub-installer are "grub-install" and "grub-mkconfig". The former install grub binaries on disk and the latter generates grub configuration file inside root partition under boot directory. I was thinking if there is a straight-forward way to make the grub-installer to invoke ONLY "grub- mkconfig" and NOT "grub-install"?? Regards, RG.