summaryrefslogtreecommitdiffstats
path: root/fish/guestfish.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-16 21:35:11 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-16 21:35:11 +0100
commita3cce465570bf192e993a67feedfbab7e662c75a (patch)
tree1b42a76de08c840e92865f3bc96438b9d0066e27 /fish/guestfish.pod
parent4c2bb8b301970e8853a8feaa95e3698224640fba (diff)
downloadlibguestfs-a3cce465570bf192e993a67feedfbab7e662c75a.tar.gz
libguestfs-a3cce465570bf192e993a67feedfbab7e662c75a.tar.xz
libguestfs-a3cce465570bf192e993a67feedfbab7e662c75a.zip
fish: --rw option will be mandatory in 1.12 not 1.10.
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r--fish/guestfish.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 2fc89f86..172729ad 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -473,14 +473,14 @@ and I<--rw> affect whether the other command line options I<-a>,
I<-c>, I<-d>, I<-i> and I<-m> open disk images read-only or for
writing.
-In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue
+In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue
defaulted to opening disk images supplied on the command line for
write. To open a 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.10 we intend to change the default the other way.
+By libguestfs 1.12 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>, I<guestmount --rw>, I<virt-rescue --rw>, or change
the configuration file C</etc/libguestfs-tools.conf> in order to get