X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfish-actions.pod;h=4403cb0b8d4570736fc712d644f7f69f6244eb67;hb=93b14fcfe5376326632cb04e0c2f0cf1912cdbc6;hp=78cb4b7731f49caa3974e5fd6085dbc628736287;hpb=24ccbb29ac475187f51a27dcd318db2b4824a0c1;p=libguestfs.git diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 78cb4b7..4403cb0 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -452,6 +452,15 @@ Return the current search path. This is always non-NULL. If it wasn't set already, then this will return the default path. +=head2 get-qemu + + get-qemu + +Return the current qemu binary. + +This is always non-NULL. If it wasn't set already, then this will +return the default qemu binary name. + =head2 get-state get-state @@ -761,6 +770,23 @@ must make sure it remains valid for the lifetime of the handle. Setting C to C restores the default path. +=head2 set-qemu | qemu + + set-qemu qemu + +Set the qemu binary that we will use. + +The default is chosen when the library was compiled by the +configure script. + +You can also override this by setting the C +environment variable. + +The string C is stashed in the libguestfs handle, so the caller +must make sure it remains valid for the lifetime of the handle. + +Setting C to C restores the default qemu binary. + =head2 set-verbose | verbose set-verbose true|false @@ -825,6 +851,50 @@ underlying disk image. You should always call this if you have modified a disk image, before closing the handle. +=head2 tar-in + + tar-in (tarfile|-) directory + +This command uploads and unpacks local file C (an +I tar file) into C. + +To upload a compressed tarball, use C. + +Use C<-> instead of a filename to read/write from stdin/stdout. + +=head2 tar-out + + tar-out directory (tarfile|-) + +This command packs the contents of C and downloads +it to local file C. + +To download a compressed tarball, use C. + +Use C<-> instead of a filename to read/write from stdin/stdout. + +=head2 tgz-in + + tgz-in (tarball|-) directory + +This command uploads and unpacks local file C (a +I tar file) into C. + +To upload an uncompressed tarball, use C. + +Use C<-> instead of a filename to read/write from stdin/stdout. + +=head2 tgz-out + + tgz-out directory (tarball|-) + +This command packs the contents of C and downloads +it to local file C. + +To download an uncompressed tarball, use C. + +Use C<-> instead of a filename to read/write from stdin/stdout. + =head2 touch touch path