mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
34a3e5cca1
commit
a9a775484d
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ to install the efi-bootloader-profile into a disk image. Otherwise the
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue