From 40f057f6bb7b45334398419b3972f3bd5eec960a Mon Sep 17 00:00:00 2001 From: Timur Aitov Date: Fri, 16 Nov 2012 15:52:05 +0400 Subject: [PATCH 1/2] add EFI_SYSTEM_PARTITION to type list --- plugins/gpt/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gpt/options.c b/plugins/gpt/options.c index 39330cb..3f6b747 100644 --- a/plugins/gpt/options.c +++ b/plugins/gpt/options.c @@ -43,6 +43,7 @@ typedef struct gpt_partition_info_s { static const gpt_partition_info_t gpt_partition_info[] = { + { EFI_SYSTEM_PARTITION_STRING, 1}, { BASIC_DATA_PARTITION_STRING, 2}, // {"legacy mbr", 3}, // {"swap", 4}, -- 1.7.12.4