all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69416] [PATCH 0/1] Add possible values for type member
@ 2024-02-26 20:46 Christian Miller via Guix-patches via
  2024-02-26 20:50 ` [bug#69416] [PATCH 1/1] * doc/guix.texi (File Systems): Add possible values for type Christian Miller via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Miller via Guix-patches via @ 2024-02-26 20:46 UTC (permalink / raw)
  To: 69416; +Cc: Christian Miller

As a new user it would be helpful to know what the possible values for type
are.

Someone needs to check if the list is correct as well if the formatting is
right.

Christian Miller (1):
  * doc/guix.texi (File Systems): Add possible values for type.

 doc/guix.texi | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)


base-commit: bf17a01e06abc100651ed643f2d5c7fea07d37ba
-- 
2.41.0





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

* [bug#69416] [PATCH 1/1] * doc/guix.texi (File Systems): Add possible values for type.
  2024-02-26 20:46 [bug#69416] [PATCH 0/1] Add possible values for type member Christian Miller via Guix-patches via
@ 2024-02-26 20:50 ` Christian Miller via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Miller via Guix-patches via @ 2024-02-26 20:50 UTC (permalink / raw)
  To: 69416; +Cc: Christian Miller

Change-Id: I6a554850a3fd16d80036c4f68e9366f96937c910
---
 doc/guix.texi | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 671cdab6f8..d4991b6779 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17648,8 +17648,29 @@ File Systems
 
 @table @asis
 @item @code{type}
-This is a string specifying the type of the file system---e.g.,
-@code{"ext4"}.
+This is a string specifying the type of the file system.
+
+Possible values are:
+
+@itemize @bullet
+@item
+@code{"ext4"}
+
+@item
+@code{"btrfs"}
+
+@item
+@code{"vfat"}
+
+@item
+@code{"jfs"}
+
+@item
+@code{"ntfs"}
+
+@item
+@code{"xfs"}
+@end itemize
 
 @item @code{mount-point}
 This designates the place where the file system is to be mounted.
-- 
2.41.0





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

end of thread, other threads:[~2024-02-26 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 20:46 [bug#69416] [PATCH 0/1] Add possible values for type member Christian Miller via Guix-patches via
2024-02-26 20:50 ` [bug#69416] [PATCH 1/1] * doc/guix.texi (File Systems): Add possible values for type Christian Miller via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.