X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=fb8ed99239492ca9b7348ec8556215a76b587df5;hp=6f071add14a8121cfafee6d1d23239001e19cb3a;hb=e3f371fff23fa01fc8cedc030ffa9e38b9a3bdc3;hpb=e9c37113104c1cfb234535adc9b52ad3880a41ce diff --git a/src/generator.ml b/src/generator.ml index 6f071ad..fb8ed99 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4263,7 +4263,7 @@ Rename a logical volume C with the new name C."); "\ Rename a volume group C with the new name C."); - ("initrd_cat", (RBufferOut "content", [Pathname "initrdpath"; String "filename"]), 221, [], + ("initrd_cat", (RBufferOut "content", [Pathname "initrdpath"; String "filename"]), 221, [ProtocolLimitWarning], [InitISOFS, Always, TestOutputBuffer ( [["initrd_cat"; "/initrd"; "known-4"]], "abc\ndef\nghi")], "list the contents of a single file in an initrd", @@ -4704,8 +4704,8 @@ let seq_of_test = function (* Handling for function flags. *) let protocol_limit_warning = "Because of the message protocol, there is a transfer limit -of somewhere between 2MB and 4MB. To transfer large files you should use -FTP." +of somewhere between 2MB and 4MB. To transfer large files, see +L." let danger_will_robinson = "B for a set of useful library functions for using libguestfs from Perl, including integration @@ -8930,7 +8930,8 @@ schemes, qcow, qcow2, vmdk. Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, what filesystem is in each LV, etc.). It can also run commands -in the context of the guest. Also you can access filesystems over FTP. +in the context of the guest. Also you can access filesystems over +FUSE. Errors which happen while using the API are turned into Python RuntimeError exceptions.