diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-05 14:16:36 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:22 +0100 |
commit | 983abd2cf9bd419eef6b8b45d36722f1cd683b25 (patch) | |
tree | cc9f6824f596c3eedd645f3a9ef60947ffd7d4f0 | |
parent | a8307a178bdcb74d0798e76953cd5c9ea4b53f0b (diff) | |
download | patches-983abd2cf9bd419eef6b8b45d36722f1cd683b25.tar patches-983abd2cf9bd419eef6b8b45d36722f1cd683b25.tar.gz |
file-systems: Export read-partition-label and read-partition-uuid.
* gnu/build/file-systems.scm (read-partition-label): Export it,
(read-partition-uuid): ditto.
-rw-r--r-- | gnu/build/file-systems.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm index e3369d8521..ee8e8146b2 100644 --- a/gnu/build/file-systems.scm +++ b/gnu/build/file-systems.scm @@ -42,6 +42,9 @@ find-partition-by-luks-uuid canonicalize-device-spec + read-partition-label + read-partition-uuid + bind-mount mount-flags->bit-mask |