~ruther/guix-local

ecc4324fef26b5ba14031fe203ebdec1b2cd1fec — Ludovic Courtès 9 years ago ba062b3
system: grub: Add missing URL in comment.

* gnu/system/grub.scm (grub-root-search): Add missing URL in comment.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/grub.scm
M gnu/system/grub.scm => gnu/system/grub.scm +1 -1
@@ 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)))