Raghav RG Gururajan <[email protected]> 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))))))
[...]
)
