aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorSkyler Ferris <skyvine@protonmail.com>2023-10-27 13:34:08 -0700
committerLudovic Courtès <ludo@gnu.org>2023-10-30 00:20:42 +0100
commit593a2e63547d458631ca44abbdab46457fd8d2ed (patch)
tree0b43c70ec373a75d2a5b1e70b0e052c5d7b44c27 /gnu/system
parente7f7bb0af51db3b030e32e6d4c4ddb7a7ddaa271 (diff)
downloadguix-593a2e63547d458631ca44abbdab46457fd8d2ed.tar
guix-593a2e63547d458631ca44abbdab46457fd8d2ed.tar.gz
gnu: file-systems: Add xenfs to %pseudo-file-system-types.
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add xenfs. 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 529f1536de..6d385d71d4 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"))
+ "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "xenfs"))
(define %fuse-control-file-system
;; Control file system for Linux' file systems in user-space (FUSE).