[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))))))
[...]
)
- manage /boot/grub/grub.cfg without installing grub binaries to disk, Jack Hill, 2019/02/12
- manage /boot/grub/grub.cfg without installing grub binaries to disk, Clément Lassieur, 2019/02/14
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Raghav \"RG\" Gururajan, 2019/02/14
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Raghav \"RG\" Gururajan, 2019/02/16
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Raghav \"RG\" Gururajan, 2019/02/16
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Clément Lassieur, 2019/02/16
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Raghav \"RG\" Gururajan, 2019/02/16
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk,
Clément Lassieur <=
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Raghav \"RG\" Gururajan, 2019/02/18
- Message not available
- Re: manage /boot/grub/grub.cfg without installing grub binaries to disk, Clément Lassieur, 2019/02/19