3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

system: grub: Add missing URL in comment.

* gnu/system/grub.scm (grub-root-search): Add missing URL in comment.
This commit is contained in:
Ludovic Courtès 2017-03-06 22:51:22 +01:00
parent ba062b3ec4
commit ecc4324fef
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))