guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/18: file-systems: Add cgroup2 to %pseudo-file-system-types.


From: guix-commits
Subject: 18/18: file-systems: Add cgroup2 to %pseudo-file-system-types.
Date: Mon, 26 Sep 2022 17:32:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f15a141cf35bd4188767f0e91c0654991d4c49e0
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Sep 20 15:03:07 2022 +0800

    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>
---
 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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]