summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-28 11:32:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-28 11:32:00 +0000
commit7ef4fe265b089b8f6cc832b1b10907fe3a42e485 (patch)
tree5555a9c523e1ce1e5faaf80a45e28bde7334a1c8
parentb638fa938299f4c7f04a46c5ecb80f4e9728202b (diff)
downloaddrakx-backup-do-not-use-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar
drakx-backup-do-not-use-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar.gz
drakx-backup-do-not-use-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar.bz2
drakx-backup-do-not-use-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar.xz
drakx-backup-do-not-use-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.zip
remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs to 0x35 instead of 0x383
-rw-r--r--perl-install/partition_table.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 8ed9716a0..06ebc0354 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -197,7 +197,6 @@ arch() !~ /sparc/ ? (
0x1b => 'vfat',
0x1c => 'vfat',
0x1e => 'vfat',
- 0x35 => 'jfs',
0x82 => 'swap',
0x83 => 'ext2',
0x183=> 'reiserfs',