aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/bootloader.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ 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)