diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-20 22:33:45 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-20 22:33:45 +0000 |
commit | 327442119ff1f1791a0682928e59b0c4b4752007 (patch) | |
tree | e3b035992db7d221e03bfec173bf9a2fdd0e7346 | |
parent | e32a85cf9307e45826a38e7271576a965b2f2731 (diff) | |
download | libguestfs-327442119ff1f1791a0682928e59b0c4b4752007.tar.gz libguestfs-327442119ff1f1791a0682928e59b0c4b4752007.tar.xz libguestfs-327442119ff1f1791a0682928e59b0c4b4752007.zip |
fish: --ro will be default in 1.10, not 1.8.
-rw-r--r-- | fish/guestfish.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index f1a74096..a3af17f3 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -463,7 +463,7 @@ disk image read-only you have to do I<-a image --ro>. This matters: If you accidentally open a live VM disk image writable then you will cause irreversible disk corruption. -By libguestfs 1.8 we intend to change the default the other way. Disk +By libguestfs 1.10 we intend to change the default the other way. Disk images will be opened read-only. You will have to either specify I<guestfish --rw> or change a configuration file in order to get write access for disk images specified by those other command line options. |