summaryrefslogtreecommitdiffstats
path: root/fuse/guestmount.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-05 18:36:02 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-08 10:21:48 +0000
commit2c4a7ef92a4583a1217213573ad406eb5d745990 (patch)
treea89f3f039f2333b27fa6e9ac198f86c13adef80a /fuse/guestmount.pod
parent26118d498eefe10c8fa604f949680d2417c8b25c (diff)
downloadlibguestfs-2c4a7ef92a4583a1217213573ad406eb5d745990.tar.gz
libguestfs-2c4a7ef92a4583a1217213573ad406eb5d745990.tar.xz
libguestfs-2c4a7ef92a4583a1217213573ad406eb5d745990.zip
fish: Add --rw option (does nothing yet).
This adds the guestfish --rw option, intended in future to be required for writing to disk images. At the moment this does not change the default and so does nothing. This patch is intended for backporting to the stable branches so that we can start to introduce scripts which use 'guestfish --rw'.
Diffstat (limited to 'fuse/guestmount.pod')
-rw-r--r--fuse/guestmount.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod
index 4ddea5fd..e86d76c7 100644
--- a/fuse/guestmount.pod
+++ b/fuse/guestmount.pod
@@ -203,6 +203,8 @@ disk. If the guest is running and this option is I<not> supplied,
then there is a strong risk of disk corruption in the guest. We try
to prevent this from happening, but it is not always possible.
+See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>.
+
=item B<--selinux>
Enable SELinux support for the guest.
@@ -215,6 +217,11 @@ Enable verbose messages from underlying libguestfs.
Display the program version and exit.
+=item B<-w> | B<--rw>
+
+This option does nothing at the moment.
+See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>.
+
=item B<-x> | B<--trace>
Trace libguestfs calls.