X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=3b43b6549441f839c455f99252af5287616db838;hb=c018c39cc9dfe2d7bf923a87d5c71e96654499ba;hp=cd3e87acb33d12e2895d0244465ab38f175a7f77;hpb=f12fe37e0f76552ebfe547eb69f4fdd2282767c4;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index cd3e87a..3b43b65 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -912,8 +912,8 @@ architecture for multithreaded programs using libvirt and libguestfs. =head2 PATH -Libguestfs needs a kernel and initrd.img, which it finds by looking -along an internal path. +Libguestfs needs a supermin appliance, which it finds by looking along +an internal path. By default it looks for these in the directory C<$libdir/guestfs> (eg. C or C). @@ -1711,7 +1711,8 @@ indicator which shows the ratio of C:C. =item * If any progress notification is sent during a call, then a final -progress notification is always sent when C = C. +progress notification is always sent when C = C +(I the call fails with an error). This is to simplify caller code, so callers can easily set the progress indicator to "100%" at the end of the operation, without @@ -2457,8 +2458,8 @@ example: =item LIBGUESTFS_PATH -Set the path that libguestfs uses to search for kernel and initrd.img. -See the discussion of paths in section PATH above. +Set the path that libguestfs uses to search for a supermin appliance. +See the discussion of paths in section L above. =item LIBGUESTFS_QEMU