~ruther/guix-local

cd8ea377d74e25e28d5e7adf801a65865e698c70 — Leo Nikkilä 2 years ago 1300c31
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/file-systems.scm
M gnu/system/file-systems.scm => gnu/system/file-systems.scm +1 -1
@@ 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).