summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-15 22:58:22 +0000
committerRichard Jones <rjones@redhat.com>2010-02-15 22:58:22 +0000
commite3f371fff23fa01fc8cedc030ffa9e38b9a3bdc3 (patch)
treed2f0d7a4a2ac52223f55918d0e03083eb7ea5e89
parentdabe72cb8b7b23cc6e6158d458327313b8a8495a (diff)
downloadlibguestfs-e3f371fff23fa01fc8cedc030ffa9e38b9a3bdc3.tar.gz
libguestfs-e3f371fff23fa01fc8cedc030ffa9e38b9a3bdc3.tar.xz
libguestfs-e3f371fff23fa01fc8cedc030ffa9e38b9a3bdc3.zip
initrd-cat: Needs ProtocolLimitWarning.
-rwxr-xr-xsrc/generator.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 9a989f27..fb8ed992 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -4263,7 +4263,7 @@ Rename a logical volume C<logvol> with the new name C<newlogvol>.");
"\
Rename a volume group C<volgroup> with the new name C<newvolgroup>.");
- ("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",