diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-16 15:23:48 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-16 15:23:48 +0100 |
commit | c5bd9539dba8476e79d859c5c09e3277538957b3 (patch) | |
tree | 1e915c0d198e6f7e2023bb9f1c47e80568ce8ba7 | |
parent | a711777bedcf64d814bb953ff8771858dbd7161b (diff) | |
download | libguestfs-c5bd9539dba8476e79d859c5c09e3277538957b3.tar.gz libguestfs-c5bd9539dba8476e79d859c5c09e3277538957b3.tar.xz libguestfs-c5bd9539dba8476e79d859c5c09e3277538957b3.zip |
fish: Don't make --ro the default yet.
Defer this decision to a future version of libguestfs.
-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 9f53c1c1..d2456724 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -482,7 +482,7 @@ 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.12 we intend to change the default the other way. +In a future libguestfs 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 |