summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-08 17:52:56 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-08 17:52:56 +0000
commitc8b361905dedbe2961b4e3c1670d5028eec12807 (patch)
treeabfaeba4d6da0e98be76fd48ba2f4a4e8ad73f04 /perl-install/partition_table.pm
parent755e511024f29df150d9d150d19c849e59c1e216 (diff)
downloaddrakx-backup-do-not-use-c8b361905dedbe2961b4e3c1670d5028eec12807.tar
drakx-backup-do-not-use-c8b361905dedbe2961b4e3c1670d5028eec12807.tar.gz
drakx-backup-do-not-use-c8b361905dedbe2961b4e3c1670d5028eec12807.tar.bz2
drakx-backup-do-not-use-c8b361905dedbe2961b4e3c1670d5028eec12807.tar.xz
drakx-backup-do-not-use-c8b361905dedbe2961b4e3c1670d5028eec12807.zip
*** empty log message ***
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm8
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?",