From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: Re: Help with writing custom boot-loader configuration Date: Mon, 03 Jun 2019 19:27:20 -0400 Message-ID: <34bfe68c4431240cf1ad05c48ecf3d9ae00be787.camel@disroot.org> References: 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]:50616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXwMc-00056Q-UL for help-guix@gnu.org; Mon, 03 Jun 2019 19:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXwMb-00011q-Q8 for help-guix@gnu.org; Mon, 03 Jun 2019 19:27:38 -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: help-guix@gnu.org On Thu, 2019-05-30 at 10:11 +0000, Raghav Gururajan wrote: > Hello Guix! > > If I want to make the "grub-bootloader" to invoke ONLY "grub-mkconfig" and NOT "grub-install", how should I modify the "bootloader" part of "operating-system" section of system configuration (config.scm)? I am looking for exact Guile Scheme Code to achieve the same. > > Thank you! > > Regards, > RG. Hello Ludo and Rekado! May be with your expertise in Guile Scheme, can you please help me with the above? Thank you! Regards, RG.