unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66781] [PATCH] gnu: file-systems: Add xenfs to %pseudo-file-system-types.
@ 2023-10-27 20:34 Skyler Ferris via Guix-patches via
  2023-10-29 23:21 ` bug#66781: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Skyler Ferris via Guix-patches via @ 2023-10-27 20:34 UTC (permalink / raw)
  To: 66781; +Cc: Skyler Ferris

* gnu/system/file-systems.scm (%pseudo-file-system-types): Add xenfs.
---
This patch lets me declare a xenfs filesystem in a guest instance like so:

(operating-system
  ...
  (file-systems (cons (file-system
                        (mount-point "/proc/xen")
                        (device      "xenfs")
                        (type        "xenfs")))))
 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 @@ (define %pseudo-file-system-types
   ;; 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).

base-commit: e71864793021051cff35597abd59bb2d5649977d
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66781: [PATCH] gnu: file-systems: Add xenfs to %pseudo-file-system-types.
  2023-10-27 20:34 [bug#66781] [PATCH] gnu: file-systems: Add xenfs to %pseudo-file-system-types Skyler Ferris via Guix-patches via
@ 2023-10-29 23:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-29 23:21 UTC (permalink / raw)
  To: Skyler Ferris; +Cc: 66781-done

Hi,

Skyler Ferris <skyvine@protonmail.com> skribis:

> * gnu/system/file-systems.scm (%pseudo-file-system-types): Add xenfs.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-29 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 20:34 [bug#66781] [PATCH] gnu: file-systems: Add xenfs to %pseudo-file-system-types Skyler Ferris via Guix-patches via
2023-10-29 23:21 ` bug#66781: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).