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> | 2011-01-10 09:38:18 +0000 |
commit | acdf84dc391d25d9ea4a3885b92292cdc353511e (patch) | |
tree | 8cb5b7720414b34b96c3a0f6c5a1757ab70c3ff1 | |
parent | 10a7a10de93898e77fb78e985d752fb6728359a0 (diff) | |
download | libguestfs-acdf84dc391d25d9ea4a3885b92292cdc353511e.tar.gz libguestfs-acdf84dc391d25d9ea4a3885b92292cdc353511e.tar.xz libguestfs-acdf84dc391d25d9ea4a3885b92292cdc353511e.zip |
fish: --ro will be default in 1.10, not 1.8.
(cherry picked from commit 327442119ff1f1791a0682928e59b0c4b4752007)
-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. |