[Libguestfs] [PATCH v3 3/3] docs: amend virt-ls manpage with win drive letters

Maros Zatko mzatko at redhat.com
Wed May 20 17:41:49 UTC 2015


Relates to: RHBZ#845234
---
 cat/virt-ls.pod | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod
index aa7919d..e96c065 100644
--- a/cat/virt-ls.pod
+++ b/cat/virt-ls.pod
@@ -22,6 +22,9 @@ and more from a virtual machine or disk image.
 Multiple directory names can be given, in which case the output from
 each is concatenated.
 
+Directory name can include Windows drive letter if guest is Windows
+and option I<-m> is not given.
+
 To list directories from a libvirt guest use the I<-d> option to
 specify the name of the guest.  For a disk image, use the I<-a>
 option.
@@ -368,7 +371,9 @@ If the mountpoint is omitted, it defaults to C</>.
 Specifying any mountpoint disables the inspection of the guest and
 the mount of its root and all of its mountpoints, so make sure
 to mount all the mountpoints needed to work with the filenames
-given as arguments.
+given as arguments. Consequence of disabled inspection is faster
+execution and inability to use Windows drive letters in directory
+names.
 
 If you don't know what filesystems a disk image contains, you can
 either run guestfish without this option, then list the partitions,
-- 
1.9.3




More information about the Libguestfs mailing list