guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/67: file-systems: Export read-partition-label and read-partition-uuid


From: guix-commits
Subject: 19/67: file-systems: Export read-partition-label and read-partition-uuid.
Date: Wed, 16 Jan 2019 19:00:38 -0500 (EST)

civodul pushed a commit to branch wip-newt-installer
in repository guix.

commit 45a5bd09d18cdbcd8ff4fac755e55de4527e2e84
Author: Mathieu Othacehe <address@hidden>
Date:   Wed Dec 5 14:16:36 2018 +0900

    file-systems: Export read-partition-label and read-partition-uuid.
    
    * gnu/build/file-systems.scm (read-partition-label): Export it,
    (read-partition-uuid): ditto.
---
 gnu/build/file-systems.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
index e3369d8..ee8e814 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]