build: image: Fix initialize-efi-partition docstring.
* gnu/build/image.scm (initialize-efi-partition): Turn BOOTLOADER-PACKAGE into GRUB-EFI.master
parent
e3f0155c41
commit
72d1562a4d
|
@ -148,7 +148,7 @@ deduplicates files common to CLOSURE and the rest of PREFIX."
|
|||
#:key
|
||||
grub-efi
|
||||
#:allow-other-keys)
|
||||
"Install in ROOT directory, an EFI loader using BOOTLOADER-PACKAGE."
|
||||
"Install in ROOT directory, an EFI loader using GRUB-EFI."
|
||||
(install-efi-loader grub-efi root))
|
||||
|
||||
(define* (initialize-root-partition root
|
||||
|
|
Reference in New Issue