From: Richard W.M. Jones Date: Sat, 16 Apr 2011 20:35:11 +0000 (+0100) Subject: fish: --rw option will be mandatory in 1.12 not 1.10. X-Git-Tag: 1.10.1~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=8a6569405c7c71367578817608996f9326ab72f1;p=libguestfs.git fish: --rw option will be mandatory in 1.12 not 1.10. (cherry picked from commit a3cce465570bf192e993a67feedfbab7e662c75a) --- diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 2fc89f8..172729a 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 1.8, guestfish, guestmount and virt-rescue +In libguestfs E 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, I, I, or change the configuration file C in order to get