* [bug#57947] [PATCH] file-systems: Add cgroup2 to %pseudo-file-system-types.
@ 2022-09-20 7:03 Hilton Chain via Guix-patches via
2022-09-26 21:29 ` bug#57947: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-20 7:03 UTC (permalink / raw)
To: 57947
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2.
---
gnu/system/file-systems.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 464b76a2ca..f2eb2e0837 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -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
base-commit: e58bafcca4f44e058c7e88de73aa6311be7a3b37
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-26 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20 7:03 [bug#57947] [PATCH] file-systems: Add cgroup2 to %pseudo-file-system-types Hilton Chain via Guix-patches via
2022-09-26 21:29 ` bug#57947: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.