diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-10-18 15:14:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-10-18 15:14:19 +0000 |
commit | 7d70ab070711e500a44615a320e5ba883a89d063 (patch) | |
tree | c5cb51f62dd1997ce21f277d363fcaffd7b1e215 /perl-install | |
parent | fbe210fd00a69f94803de4131fe151c19243818c (diff) | |
download | drakx-7d70ab070711e500a44615a320e5ba883a89d063.tar drakx-7d70ab070711e500a44615a320e5ba883a89d063.tar.gz drakx-7d70ab070711e500a44615a320e5ba883a89d063.tar.bz2 drakx-7d70ab070711e500a44615a320e5ba883a89d063.tar.xz drakx-7d70ab070711e500a44615a320e5ba883a89d063.zip |
shorter GPT name
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', |