summaryrefslogtreecommitdiff
path: root/gnu/bootloader
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-12-07 23:18:55 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-12-07 23:19:56 -0500
commitf76ed96f934fc83bb0f974396941c6a90a90e9fc (patch)
treec7d36c7e67e51a1626b5d5ff9d26f941bbb65c99 /gnu/bootloader
parent5d27555c118f97200fe686b418edf3e129c2d18f (diff)
bootloaders: grub: Fix comment.
* gnu/bootloader/grub.scm (make-grub-configuration): Refer to the correct argument in comment.
Diffstat (limited to 'gnu/bootloader')
-rw-r--r--gnu/bootloader/grub.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index aab766fd6ca..ecd44e7f3cc 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."
392 ;; DEVICE-MOUNT-POINT is not "/", meaning that the store is on a 392 ;; DEVICE-MOUNT-POINT is not "/", meaning that the store is on a
393 ;; separate partition. 393 ;; separate partition.
394 394
395 ;; When BTRFS-SUBVOLUME-FILE-NAME is defined, prepend it the linux and 395 ;; When STORE-DIRECTORY-PREFIX is defined, prepend it the linux and
396 ;; initrd paths, to allow booting from a Btrfs subvolume. 396 ;; initrd paths, to allow booting from a Btrfs subvolume.
397 #~(format port "menuentry ~s { 397 #~(format port "menuentry ~s {
398 ~a 398 ~a