guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: build: image: Fix initialize-efi-partition docstr


From: guix-commits
Subject: branch master updated: build: image: Fix initialize-efi-partition docstring.
Date: Fri, 29 May 2020 06:21:18 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 72d1562  build: image: Fix initialize-efi-partition docstring.
72d1562 is described below

commit 72d1562a4da8909b1990687d6f33b543bd215541
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri May 29 12:20:15 2020 +0200

    build: image: Fix initialize-efi-partition docstring.
    
    * gnu/build/image.scm (initialize-efi-partition): Turn BOOTLOADER-PACKAGE 
into
    GRUB-EFI.
---
 gnu/build/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/image.scm b/gnu/build/image.scm
index a8594e2..14503b0 100644
--- a/gnu/build/image.scm
+++ b/gnu/build/image.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]