bootloaders: grub: Fix comment.
* gnu/bootloader/grub.scm (make-grub-configuration): Refer to the correct argument in comment.
parent
5d27555c11
commit
f76ed96f93
|
@ -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
|
;; DEVICE-MOUNT-POINT is not "/", meaning that the store is on a
|
||||||
;; separate partition.
|
;; 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.
|
;; initrd paths, to allow booting from a Btrfs subvolume.
|
||||||
#~(format port "menuentry ~s {
|
#~(format port "menuentry ~s {
|
||||||
~a
|
~a
|
||||||
|
|
Reference in New Issue