X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=da49716074e510e13639b57c1db380dbbb14bbfc;hb=8403f5a9d8f1451e2c2b029b51bac18724b18ebf;hp=49963bc3bb7e7a4dc077e1a9e0ef093dbeecaa82;hpb=99624d29226ece1abbbdd921183b360f5f80de91;p=libguestfs.git diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 49963bc..da49716 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -830,6 +830,10 @@ Scientific Linux. Slackware. +=item \"ttylinux\" + +ttylinux. + =item \"ubuntu\" Ubuntu. @@ -6142,6 +6146,33 @@ C does not exist, then a new file is created. See also C."); + ("compress_out", (RErr, [String "ctype"; Pathname "file"; FileOut "zfile"], [Int "level"]), 291, [], + [], + "output compressed file", + "\ +This command compresses C and writes it out to the local +file C. + +The compression program used is controlled by the C parameter. +Currently this includes: C, C, C, C or C. +Some compression types may not be supported by particular builds of +libguestfs, in which case you will get an error containing the +substring \"not supported\". + +The optional C parameter controls compression level. The +meaning and default for this parameter depends on the compression +program being used."); + + ("compress_device_out", (RErr, [String "ctype"; Device "device"; FileOut "zdevice"], [Int "level"]), 292, [], + [], + "output compressed device", + "\ +This command compresses C and writes it out to the local +file C. + +The C and optional C parameters have the same meaning +as in C."); + ] let all_functions = non_daemon_functions @ daemon_functions