diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-24 23:02:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-24 23:02:42 +0000 |
commit | 50751063d471f2aac6326de4d544cd0d3148adea (patch) | |
tree | 8854415494e4e76753bdd602e94c7a636ffb5e90 /perl-install | |
parent | 858c9ef570496b951bfaf33091960d4dd683fa40 (diff) | |
download | drakx-50751063d471f2aac6326de4d544cd0d3148adea.tar drakx-50751063d471f2aac6326de4d544cd0d3148adea.tar.gz drakx-50751063d471f2aac6326de4d544cd0d3148adea.tar.bz2 drakx-50751063d471f2aac6326de4d544cd0d3148adea.tar.xz drakx-50751063d471f2aac6326de4d544cd0d3148adea.zip |
(%types): s|Compaq|Compaq/HP| per request of fpitoun
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 c8a377bda..e1f7573a5 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -58,7 +58,7 @@ arch() =~ /^ppc/ ? ( 0xf => 'Win95: Extended partition, LBA-mapped', 0x10 => 'OPUS (?)', 0x11 => 'Hidden DOS 12-bit FAT', - 0x12 => 'Compaq config partition', + 0x12 => 'Compaq/HP config partition', 0x14 => 'Hidden DOS 16-bit FAT <32M', 0x16 => 'Hidden DOS 16-bit FAT >=32M', 0x17 => 'Hidden IFS (e.g., HPFS)', |