X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=6ab6dc614c12c6d2380e3e4b2ee842ffe0faa870;hp=e9716f23d4ce1edbc787bd17467c52d9ce0ecbe4;hb=f48cd1f262312ad278a293a20ab442dcfc076a69;hpb=06397c2f1ffe56e2300ff9439a2903479c9c3da3;ds=sidebyside diff --git a/TODO b/TODO index e9716f2..6ab6dc6 100644 --- a/TODO +++ b/TODO @@ -181,7 +181,6 @@ To mount read-only, add C 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\", \"/\");