file-systems: Add cgroup2 to %pseudo-file-system-types.
authorHilton Chain <hako@ultrarare.space>
Tue, 20 Sep 2022 07:03:07 +0000 (15:03 +0800)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Sep 2022 21:29:38 +0000 (23:29 +0200)
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/system/file-systems.scm

index 464b76a..f2eb2e0 100644 (file)
@@ -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