From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Help with writing custom boot-loader configuration Date: Thu, 30 May 2019 10:11:06 +0000 Message-ID: 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]:53360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWI1t-0001Qh-QY for help-guix@gnu.org; Thu, 30 May 2019 06:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWI1r-0003A7-Cl for help-guix@gnu.org; Thu, 30 May 2019 06:11:24 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48322) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hWI1o-000321-Dz for help-guix@gnu.org; Thu, 30 May 2019 06:11:21 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1AC4132775 for ; Thu, 30 May 2019 12:11:08 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FENFSu1AuT8v for ; Thu, 30 May 2019 12:11:06 +0200 (CEST) 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 Hello Guix!=0A=0AIf I want to make the "grub-bootloader" to invoke ONLY "= grub-mkconfig" and NOT "grub-install", how should I modify the "bootloade= r" part of "operating-system" section of system configuration (config.scm= )? I am looking for exact Guile Scheme Code to achieve the same. =0A=0ATh= ank you!=0A=0ARegards,=0ARG.