search for: a2e3307

Displaying 1 result from an estimated 1 matches for "a2e3307".

Did you mean: 23307
2012 Dec 14
1
[PATCH] Add support for getting and setting GPT partition type GUIDs
...quot;part_disk"; "/dev/sda"; "gpt"]] | InitBasicFS -> pr " /* InitBasicFS for %s: create ext2 on /dev/sda1 */\n" test_name; List.iter (generate_test_command_call test_name) diff --git a/generator/types.ml b/generator/types.ml index cff3c6d..a2e3307 100644 --- a/generator/types.ml +++ b/generator/types.ml @@ -332,6 +332,11 @@ and test_init = * Note: for testing filesystem operations, it is quicker to use * InitScratchFS *) + | InitGPT + + (* Identical to InitPartition, except that the partition table is GPT + * instea...