uuid: add selection by string for known partition type GUID Browse files short strings can be used in type parameter of gpt command to replace the guid string for the types known by u-boot partitions = name=boot,size=0x6bc00,type=data; \ name=root,size=0x7538ba00,type=linux; gpt ...
char *uuid; /* filesystem UUID (or stack uuid) */ char *ptuuid; /* partition table UUID */ char *pttype; /* partition table type */ char *label; /* filesystem label */ char *parttype; /* partition type UUID */ char *partuuid; /* partition UUID */ ...