diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-26 12:09:06 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-26 12:09:06 +0100 |
commit | edd99a3f7903f6f80d3f73643cd6ee114dbdd553 (patch) | |
tree | 97ab6927aa6b071f847b6828d6e92a54226adccb /guestfish.pod | |
parent | 9501ab7792e50e464dc65e9190a0e1d84b5dd423 (diff) | |
download | libguestfs-edd99a3f7903f6f80d3f73643cd6ee114dbdd553.tar.gz libguestfs-edd99a3f7903f6f80d3f73643cd6ee114dbdd553.tar.xz libguestfs-edd99a3f7903f6f80d3f73643cd6ee114dbdd553.zip |
Added the --ro option (readonly) to guestfish.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index 9dadc941..45a2854e 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -97,6 +97,11 @@ automatically launched. Disable autosync. This is enabled by default. See the discussion of autosync in the L<guestfs(3)> manpage. +=item B<-r> | B<--ro> + +This changes the C<-m> option so that mounts are done read-only +(see C<guestfs_mount_ro> in the L<guestfs(3)> manpage). + =item B<-v> | B<--verbose> Enable very verbose messages. This is particularly useful if you find |