file-systems: Add cgroup2 to %pseudo-file-system-types.
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
e5fc55493d
commit
f15a141cf3
|
@ -434,7 +434,7 @@ TARGET in the other system."
|
|||
(define %pseudo-file-system-types
|
||||
;; List of know pseudo file system types. This is used when validating file
|
||||
;; system definitions.
|
||||
'("binfmt_misc" "cgroup" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
|
||||
'("binfmt_misc" "cgroup" "cgroup2" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
|
||||
"hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs"))
|
||||
|
||||
(define %fuse-control-file-system
|
||||
|
|
Reference in New Issue