[Libguestfs] [PATCH] doc: add missing ms-dos fs section in set_label

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Mon Jul 6 09:13:51 UTC 2015


Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 generator/actions.ml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index 92f80d2..35f30d5 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -9919,7 +9919,7 @@ Set the filesystem label on C<mountable> to C<label>.
 Only some filesystem types support labels, and libguestfs supports
 setting labels on only a subset of these.
 
-=over 4
+=over 5
 
 =item ext2, ext3, ext4
 
@@ -9941,6 +9941,9 @@ not allowed.  Setting the label on a btrfs subvolume will set the
 label on its parent filesystem.  The filesystem must not be mounted
 when trying to set the label.
 
+=item fat
+The label is limited to 11 bytes.
+
 =back
 
 To read the label on a filesystem, call C<guestfs_vfs_label>." };
-- 
2.1.0




More information about the Libguestfs mailing list