diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 10:53:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-25 10:53:13 +0000 |
commit | da892266a0be53448d4f3f9e41791a61048f8910 (patch) | |
tree | b5a6de47a80273f81fb06a88d703e4bd50aa2367 /perl-install | |
parent | c04107ac8b16c99e2ab2b4b2a255e67f5eba3ae2 (diff) | |
download | drakx-backup-do-not-use-da892266a0be53448d4f3f9e41791a61048f8910.tar drakx-backup-do-not-use-da892266a0be53448d4f3f9e41791a61048f8910.tar.gz drakx-backup-do-not-use-da892266a0be53448d4f3f9e41791a61048f8910.tar.bz2 drakx-backup-do-not-use-da892266a0be53448d4f3f9e41791a61048f8910.tar.xz drakx-backup-do-not-use-da892266a0be53448d4f3f9e41791a61048f8910.zip |
add 0x35 partition table id meaning JFS (under OS/2) (thank to Mika Laitio)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/partition_table.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm index 7452a70cb..b7ddb5cb5 100644 --- a/perl-install/partition_table.pm +++ b/perl-install/partition_table.pm @@ -83,6 +83,7 @@ if_(arch() =~ /^ppc/, 0x1e => 'Hidden FAT95', 0x22 => 'Used for Oxygen Extended Partition Table by ekstazya@sprint.ca.', 0x24 => 'NEC DOS 3.x', + 0x35 => 'JFS (OS/2)', 0x38 => 'THEOS ver 3.2 2gb partition', 0x39 => 'THEOS ver 4 spanned partition', 0x3a => 'THEOS ver 4 4gb partition', @@ -196,6 +197,7 @@ arch() !~ /sparc/ ? ( 0x1b => 'vfat', 0x1c => 'vfat', 0x1e => 'vfat', + 0x35 => 'jfs', 0x82 => 'swap', 0x83 => 'ext2', 0x183=> 'reiserfs', |