mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define* (initialize-efi-partition root
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue