X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=55e8d5daa416ca7e91f6f496daba4890c6f63a10;hb=2353b9d3b867fb19db4e403b49a93674d8b2682c;hp=d73a999bf5711c7db00df3ac9f76cb3eefe0c32b;hpb=425374ddc84c4f9f74a5218e8d35452bb511d9f3;p=libguestfs.git diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index d73a999..55e8d5d 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -747,6 +747,10 @@ FreeBSD. NetBSD. +=item \"hurd\" + +GNU/Hurd. + =item \"unknown\" The operating system type could not be determined. @@ -6534,6 +6538,44 @@ The name of the MD device. This command deactivates the MD array named C. The device is stopped, but it is not destroyed or zeroed."); + ("blkid", (RHashtable "info", [Device "device"], []), 303, [], + [InitScratchFS, Always, TestOutputHashtable ( + [["blkid"; "/dev/sdb1"]], + ["TYPE", "ext2"; + "USAGE", "filesystem"; + "PART_ENTRY_NUMBER", "1"; + "PART_ENTRY_TYPE", "0x83"; + "PART_ENTRY_OFFSET", "128"; + "PART_ENTRY_SIZE", "102145"])], + "print block device attributes", + "\ +This command returns block device attributes for C. The following fields are +usually present in the returned hash. Other fields may also be present. + +=over + +=item C + +The uuid of this device. + +=item C