diff options
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index a7d06fb21..d4c8b2484 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -15,7 +15,7 @@ use common qw(:common :system); use partition_table_raw; -@important_types = ("Linux native", "Linux swap", "DOS FAT16"); +@important_types = ("Linux native", "Linux swap", "DOS FAT16", "Win98 FAT32"); my %types = ( 0 => "Empty", @@ -29,9 +29,9 @@ my %types = ( 8 => "AIX", 9 => "AIX bootable", 10 => "OS/2 Boot Manager", - 0xb => "Win98 FAT32", - 0xc => "Win98 FAT32 0xb", - 0xe => "Win98 FAT32 0xc", + 0xb => "Win98 FAT32 0xb", + 0xc => "Win98 FAT32", + 0xe => "Win98 FAT32 0xd", 0x12 => "Compaq setup", 0x40 => "Venix 80286", 0x51 => "Novell?", |