guix-commits
[Top][All Lists]
Advanced

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

04/08: file-systems: Add tracefs to %pseudo-file-system-types.


From: guix-commits
Subject: 04/08: file-systems: Add tracefs to %pseudo-file-system-types.
Date: Sun, 10 Dec 2023 16:58:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit cd8ea377d74e25e28d5e7adf801a65865e698c70
Author: Leo Nikkilä <hello@lnikki.la>
AuthorDate: Sun Dec 3 04:37:26 2023 +0200

    file-systems: Add tracefs to %pseudo-file-system-types.
    
    * gnu/system/file-systems.scm (%pseudo-file-system-types): Add tracefs.
    
    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 6d385d71d4..af0567bd3e 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -369,7 +369,7 @@ TARGET in the other system."
   ;; List of know pseudo file system types.  This is used when validating file
   ;; system definitions.
   '("binfmt_misc" "cgroup" "cgroup2" "debugfs" "devpts" "devtmpfs" "efivarfs" 
"fusectl"
-    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "xenfs"))
+    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "tracefs" 
"xenfs"))
 
 (define %fuse-control-file-system
   ;; Control file system for Linux' file systems in user-space (FUSE).



reply via email to

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