uuid: Add 'uuid=?' and use it.
authorLudovic Courtès <ludo@gnu.org>
Wed, 4 Oct 2017 19:34:09 +0000 (21:34 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 5 Oct 2017 10:09:17 +0000 (12:09 +0200)
commitaed1f1b049f6e7ef9f2f2db58bdca6cd3effe94b
treeee6ee785d2113ef13e593459fdbe1efd925181c7
parent67a08f1809c5a67dfb862ccdc3dc4e13ae35dcbf
uuid: Add 'uuid=?' and use it.

* gnu/system/uuid.scm (uuid=?): New procedure.
* tests/uuid.scm ("uuid=?"): New test.
* gnu/build/file-systems.scm (partition-uuid-predicate)
(luks-partition-uuid-predicate): Use it instead of 'bytevector=?'.
gnu/build/file-systems.scm
gnu/system/uuid.scm
tests/uuid.scm