[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: file-systems: Add xenfs to %pseudo-file-system-types.
From: |
guix-commits |
Subject: |
02/03: gnu: file-systems: Add xenfs to %pseudo-file-system-types. |
Date: |
Sun, 29 Oct 2023 19:36:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 593a2e63547d458631ca44abbdab46457fd8d2ed
Author: Skyler Ferris <skyvine@protonmail.com>
AuthorDate: Fri Oct 27 13:34:08 2023 -0700
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>
---
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 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).