diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index f0485dee3..70e374105 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -155,7 +155,7 @@ if_(arch() =~ /^ppc/, 0xe3 => 'DOS R/O or SpeedStor', 0xe4 => 'SpeedStor 16-bit FAT extended partition < 1024 cyl.', 0xeb => 'BeOS', - 0xee => 'Indication that this legacy MBR is followed by an EFI header', + 0xee => 'EFI GPT', 0xef => 'Partition that contains an EFI file system', 0xf1 => 'SpeedStor 0xf1', 0xf2 => 'DOS 3.3+ secondary partition', |