gnu: bootloader: Use symbol as efi-bootloader-chain name.

* 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
This commit is contained in:
Roman Scherer 2024-10-20 12:59:11 +02:00 committed by Zheng Junjie
parent 34a3e5cca1
commit a9a775484d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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)