mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
file-systems: Export read-partition-label and read-partition-uuid.
* gnu/build/file-systems.scm (read-partition-label): Export it, (read-partition-uuid): ditto.
This commit is contained in:
parent
a8307a178b
commit
983abd2cf9
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ (define-module (gnu build file-systems)
|
|||
find-partition-by-luks-uuid
|
||||
canonicalize-device-spec
|
||||
|
||||
read-partition-label
|
||||
read-partition-uuid
|
||||
|
||||
bind-mount
|
||||
|
||||
mount-flags->bit-mask
|
||||
|
|
Loading…
Reference in a new issue