all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73904] [PATCH] gnu: bootloader: Use symbol as efi-bootloader-chain name.
@ 2024-10-20 10:59 Roman Scherer
  2024-10-23 16:11 ` bug#73904: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-10-20 10:59 UTC (permalink / raw)
  To: 73904; +Cc: Roman Scherer

* 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
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73904: [PATCH] gnu: bootloader: Use symbol as efi-bootloader-chain name.
  2024-10-20 10:59 [bug#73904] [PATCH] gnu: bootloader: Use symbol as efi-bootloader-chain name Roman Scherer
@ 2024-10-23 16:11 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-23 16:11 UTC (permalink / raw)
  To: Roman Scherer; +Cc: 73904-done

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-23 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-20 10:59 [bug#73904] [PATCH] gnu: bootloader: Use symbol as efi-bootloader-chain name Roman Scherer
2024-10-23 16:11 ` bug#73904: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.