X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=55e8d5daa416ca7e91f6f496daba4890c6f63a10;hb=2353b9d3b867fb19db4e403b49a93674d8b2682c;hp=361df0526fe1bf88a6476f8da846e78c132e7e12;hpb=cbd1c45d95c530c8d94103dcc2c521bf5501ef59;p=libguestfs.git diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 361df05..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. @@ -6532,15 +6536,43 @@ The name of the MD device. "stop a Linux md (RAID) device", "\ This command deactivates the MD array named C. The -device is stopped, but it is not destroyed or zeroed. +device is stopped, but it is not destroyed or zeroed."); -The parameter is: + ("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 4 +=over + +=item C + +The uuid of this device. + +=item C