fix a bug about injection plugin in GPT partition style.

This commit is contained in:
longpanda
2020-07-24 23:02:07 +08:00
parent 89938e3c78
commit d063dbb7f2
5 changed files with 119 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ int DumpGptInfo(VTOY_GPT_INFO *pGptInfo)
return 0;
}
#define VENTOY_EFI_PART_ATTR 0xC000000000000001ULL
#define VENTOY_EFI_PART_ATTR 0x8000000000000001ULL
int main(int argc, const char **argv)
{