diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-25 13:22:17 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-27 10:59:45 +0100 |
commit | f48cd1f262312ad278a293a20ab442dcfc076a69 (patch) | |
tree | 9fd2f2f86c63591a34fe0432cf752cad3203f641 /TODO | |
parent | 9160dee922ad0866a3f6245fb1e0ad0b2e90170c (diff) | |
download | libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.gz libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.xz libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.zip |
Enable autosync by default.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -181,7 +181,6 @@ To mount read-only, add C<ro =E<gt> 1> like this: which is equivalent to the following sequence of calls: $h = Sys::Guestfs->new (); - $h->set_autosync (1); $h->add_drive_ro ($filename); $h->launch (); $h->mount_ro (\"/dev/sda1\", \"/\"); |