build: image: Fix initialize-efi-partition docstring.
* gnu/build/image.scm (initialize-efi-partition): Turn BOOTLOADER-PACKAGE into GRUB-EFI.
This commit is contained in:
parent
e3f0155c41
commit
72d1562a4d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ deduplicates files common to CLOSURE and the rest of PREFIX."
|
||||||
#:key
|
#:key
|
||||||
grub-efi
|
grub-efi
|
||||||
#:allow-other-keys)
|
#: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))
|
(install-efi-loader grub-efi root))
|
||||||
|
|
||||||
(define* (initialize-root-partition root
|
(define* (initialize-root-partition root
|
||||||
|
|
Reference in a new issue