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>
This commit is contained in:
Hilton Chain 2022-09-20 15:03:07 +08:00 committed by Ludovic Courtès
parent e5fc55493d
commit f15a141cf3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -434,7 +434,7 @@ (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" "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