From: Richard Jones Date: Mon, 15 Feb 2010 22:58:22 +0000 (+0000) Subject: initrd-cat: Needs ProtocolLimitWarning. X-Git-Tag: 1.0.85~18 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=e3f371fff23fa01fc8cedc030ffa9e38b9a3bdc3 initrd-cat: Needs ProtocolLimitWarning. --- diff --git a/src/generator.ml b/src/generator.ml index 9a989f2..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",