[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
- 06/67: installer: newt: Locate the logo within local-file., (continued)
- 06/67: installer: newt: Locate the logo within local-file., guix-commits, 2019/01/16
- 02/67: services: kmscon: Remove virtual-terminal requirement., guix-commits, 2019/01/16
- 09/67: guix: self: Do not install (gnu system install)., guix-commits, 2019/01/16
- 16/67: services: herd: Allow to pass arguments to start-service., guix-commits, 2019/01/16
- 11/67: installer: Rewrite welcome page., guix-commits, 2019/01/16
- 15/67: build: syscalls: Add device-in-use?., guix-commits, 2019/01/16
- 21/67: installer: Add new utils., guix-commits, 2019/01/16
- 20/67: installer: Remove "selection" from all titles., guix-commits, 2019/01/16
- 28/67: installer: Fix ethernet connection., guix-commits, 2019/01/16
- 10/67: gnu: installer: Launch the installer as kmscon login-program., guix-commits, 2019/01/16
- 19/67: file-systems: Export read-partition-label and read-partition-uuid.,
guix-commits <=
- 14/67: tests: Rename %test-encrypted-os to %test-encrypted-root-os., guix-commits, 2019/01/16
- 18/67: gnu: Add guile-parted., guix-commits, 2019/01/16
- 33/67: installer: Reorder local.mk., guix-commits, 2019/01/16
- 05/67: installer: newt: Use scheme-modules* instead of scheme-modules., guix-commits, 2019/01/16
- 17/67: gnu: guile-newt: Update to revision 4., guix-commits, 2019/01/16
- 35/67: installer: Fix compute calls., guix-commits, 2019/01/16
- 36/67: installer: Reorder partitionment step., guix-commits, 2019/01/16
- 24/67: installer: Add services page., guix-commits, 2019/01/16
- 37/67: installer: locale: Make clear that the point is to select a glibc locale., guix-commits, 2019/01/16
- 26/67: installer: Add new pages., guix-commits, 2019/01/16