View | Details | Raw Unified | Return to bug 27991
Collapse All | Expand All

(-)a/plugins/gpt/options.c (-1 / +1 lines)
Lines 43-48 typedef struct gpt_partition_info_s { Link Here
43
43
44
static const gpt_partition_info_t gpt_partition_info[] =
44
static const gpt_partition_info_t gpt_partition_info[] =
45
{
45
{
46
        { EFI_SYSTEM_PARTITION_STRING, 1},
46
        { BASIC_DATA_PARTITION_STRING, 2},
47
        { BASIC_DATA_PARTITION_STRING, 2},
47
//    {"legacy mbr", 3},
48
//    {"legacy mbr", 3},
48
//    {"swap", 4},
49
//    {"swap", 4},
49
- 

Return to bug 27991