[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: system: grub: Add missing URL in comment.
From: |
Ludovic Courtès |
Subject: |
01/02: system: grub: Add missing URL in comment. |
Date: |
Mon, 6 Mar 2017 17:54:54 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit ecc4324fef26b5ba14031fe203ebdec1b2cd1fec
Author: Ludovic Courtès <address@hidden>
Date: Mon Mar 6 22:51:22 2017 +0100
system: grub: Add missing URL in comment.
* gnu/system/grub.scm (grub-root-search): Add missing URL in comment.
---
gnu/system/grub.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm
index b18b8be..1f2cd08 100644
--- a/gnu/system/grub.scm
+++ b/gnu/system/grub.scm
@@ -255,7 +255,7 @@ code."
""
(match device
;; Preferably refer to DEVICE by its UUID or label. This is more
- ;; efficient and less ambiguous, see <>.
+ ;; efficient and less ambiguous, see <http://bugs.gnu.org/22281>.
((? bytevector? uuid)
(format #f "search --fs-uuid --set ~a"
(uuid->string device)))