mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
file-systems: Expound '%pseudo-file-system-types'.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * gnu/system/file-systems.scm (%pseudo-file-system-types): Add "debugfs", "efivarfs", "hugetlbfs", "overlay", and "securityfs".
This commit is contained in:
parent
8bcda205f5
commit
df1eaffc36
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ (define (specification->file-system-mapping spec writable?)
|
|||
(define %pseudo-file-system-types
|
||||
;; List of know pseudo file system types. This is used when validating file
|
||||
;; system definitions.
|
||||
'("binfmt_misc" "cgroup" "devpts" "devtmpfs" "fusectl"
|
||||
"proc" "sysfs" "tmpfs"))
|
||||
'("binfmt_misc" "cgroup" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
|
||||
"hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs"))
|
||||
|
||||
(define %fuse-control-file-system
|
||||
;; Control file system for Linux' file systems in user-space (FUSE).
|
||||
|
|
Loading…
Reference in a new issue