summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-25 13:22:17 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-27 10:59:45 +0100
commitf48cd1f262312ad278a293a20ab442dcfc076a69 (patch)
tree9fd2f2f86c63591a34fe0432cf752cad3203f641 /TODO
parent9160dee922ad0866a3f6245fb1e0ad0b2e90170c (diff)
downloadlibguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.gz
libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.tar.xz
libguestfs-f48cd1f262312ad278a293a20ab442dcfc076a69.zip
Enable autosync by default.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index e9716f23..6ab6dc61 100644
--- a/TODO
+++ b/TODO
@@ -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\", \"/\");