guix-patches
[Top][All Lists]
Advanced

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

bug#73904: [PATCH] gnu: bootloader: Use symbol as efi-bootloader-chain n


From: Zheng Junjie
Subject: bug#73904: [PATCH] gnu: bootloader: Use symbol as efi-bootloader-chain name.
Date: Thu, 24 Oct 2024 00:11:49 +0800

Roman Scherer <roman@burningswell.com> writes:

> * gnu/bootloader.scm (efi-bootloader-chain): Use symbol as
> efi-bootloader-chain name, to allow systems using it to roll-back and
> switch-generations again.
>
> Change-Id: I7f7663e125f5b25830399f04aa2f5ce6ad9e7354
> ---
>  gnu/bootloader.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/bootloader.scm b/gnu/bootloader.scm
> index f32e90e79d..e2329e3df6 100644
> --- a/gnu/bootloader.scm
> +++ b/gnu/bootloader.scm
> @@ -432,7 +432,7 @@ (define* (efi-bootloader-chain final-bootloader
>  disk-image-installer of the FINAL-BOOTLOADER will be called."
>    (bootloader
>      (inherit final-bootloader)
> -    (name "efi-bootloader-chain")
> +    (name 'efi-bootloader-chain)
>      (package
>       (efi-bootloader-profile (cons (bootloader-package final-bootloader)
>                                     packages)
>
> base-commit: 551a2b293ee34855f9395b9032e5a8837a64e08e

I don't use the efi-bootloader-chain, but this looks right to me, pushed.

Attachment: signature.asc
Description: PGP signature


reply via email to

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