diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system/grub.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm index b18b8be6d7..1f2cd08ff0 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))) | 
