aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLeo Nikkilä <hello@lnikki.la>2023-12-03 04:37:26 +0200
committerLudovic Courtès <ludo@gnu.org>2023-12-10 21:47:52 +0100
commitcd8ea377d74e25e28d5e7adf801a65865e698c70 (patch)
tree7a82f56e1899d4447b9cef869964f963460b819a /gnu/system
parent1300c316e9ab27ce042d41b3ebd6fad7e3c26efb (diff)
downloadguix-cd8ea377d74e25e28d5e7adf801a65865e698c70.tar
guix-cd8ea377d74e25e28d5e7adf801a65865e698c70.tar.gz
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>
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/file-systems.scm2
1 files changed, 1 insertions, 1 deletions
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).