git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabe72c
)
initrd-cat: Needs ProtocolLimitWarning.
author
Richard Jones
<rjones@redhat.com>
Mon, 15 Feb 2010 22:58:22 +0000
(22:58 +0000)
committer
Richard Jones
<rjones@redhat.com>
Mon, 15 Feb 2010 22:58:22 +0000
(22:58 +0000)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
9a989f2
..
fb8ed99
100755
(executable)
--- 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",