file-systems: Export read-partition-label and read-partition-uuid.
authorMathieu Othacehe <m.othacehe@gmail.com>
Wed, 5 Dec 2018 05:16:36 +0000 (14:16 +0900)
committerLudovic Courtès <ludo@gnu.org>
Thu, 17 Jan 2019 13:04:22 +0000 (14:04 +0100)
* gnu/build/file-systems.scm (read-partition-label): Export it,
(read-partition-uuid): ditto.

gnu/build/file-systems.scm

index e3369d8..ee8e814 100644 (file)
@@ -42,6 +42,9 @@
             find-partition-by-luks-uuid
             canonicalize-device-spec
 
+            read-partition-label
+            read-partition-uuid
+
             bind-mount
 
             mount-flags->bit-mask