guix-commits
[Top][All Lists]
Advanced

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

branch master updated: bootloaders: grub: Fix comment.


From: guix-commits
Subject: branch master updated: bootloaders: grub: Fix comment.
Date: Wed, 07 Dec 2022 23:22:22 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f76ed96f93 bootloaders: grub: Fix comment.
f76ed96f93 is described below

commit f76ed96f934fc83bb0f974396941c6a90a90e9fc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Dec 7 23:18:55 2022 -0500

    bootloaders: grub: Fix comment.
    
    * gnu/bootloader/grub.scm (make-grub-configuration): Refer to the correct
    argument in comment.
---
 gnu/bootloader/grub.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index aab766fd6c..ecd44e7f3c 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -392,7 +392,7 @@ when booting a root file system on a Btrfs subvolume."
           ;; DEVICE-MOUNT-POINT is not "/", meaning that the store is on a
           ;; separate partition.
 
-          ;; When BTRFS-SUBVOLUME-FILE-NAME is defined, prepend it the linux 
and
+          ;; When STORE-DIRECTORY-PREFIX is defined, prepend it the linux and
           ;; initrd paths, to allow booting from a Btrfs subvolume.
           #~(format port "menuentry ~s {
   ~a



reply via email to

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