guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: manage /boot/grub/grub.cfg without installing grub binaries to disk


From: Clément Lassieur
Subject: Re: manage /boot/grub/grub.cfg without installing grub binaries to disk
Date: Sun, 17 Feb 2019 19:26:46 +0100
User-agent: mu4e 1.0; emacs 26.1

Raghav RG Gururajan <address@hidden> writes:

> @clement
>
> Thanks! Btw, shouldn't the first line be "(boot loader 
> (bootloader-configuration)" 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))))))

[...]
)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]