X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs-actions.pod;h=755479fd1804c7415bad70a24fb490c437b6c068;hp=d35d1aa22dba91be38249dd0949f0745f0b1912c;hb=215041c7178922341ecbfdb23eb203f2bb8c29c4;hpb=ad8a256f54a6cb99f89bb444c8597a152a793dce diff --git a/guestfs-actions.pod b/guestfs-actions.pod index d35d1aa..755479f 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -30,7 +30,7 @@ for whatever operations you want to perform (ie. read access if you just want to read the image or write access if you want to modify the image). -This is equivalent to the qemu parameter C<-drive file=filename>. +This is equivalent to the qemu parameter C<-drive file=filename,cache=off>. Note that this call checks for the existence of C. This stops you from specifying other types of drive which are supported @@ -1191,6 +1191,33 @@ as necessary. This is like the C shell command. This function returns 0 on success or -1 on error. +=head2 guestfs_mkdtemp + + char *guestfs_mkdtemp (guestfs_h *handle, + const char *template); + +This command creates a temporary directory. The +C