diff options
Diffstat (limited to 'src/generator.ml')
| -rwxr-xr-x | src/generator.ml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml index 50ae91d0..535c412b 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4443,6 +4443,16 @@ Note that only MBR (old DOS-style) partitions have type bytes. You will get undefined results for other partition table types (see C<guestfs_part_get_parttype>)."); + ("checksum_device", (RString "checksum", [String "csumtype"; Device "device"]), 237, [], + [InitISOFS, Always, TestOutput ( + [["checksum_device"; "md5"; "/dev/sdd"]], + (Digest.to_hex (Digest.file "images/test.iso")))], + "compute MD5, SHAx or CRC checksum of the contents of a device", + "\ +This call computes the MD5, SHAx or CRC checksum of the +contents of the device named C<device>. For the types of +checksums supported see the C<guestfs_checksum> command."); + ] let all_functions = non_daemon_functions @ daemon_functions |
