From 7ef4fe265b089b8f6cc832b1b10907fe3a42e485 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 28 Aug 2002 11:32:00 +0000 Subject: remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs to 0x35 instead of 0x383 --- perl-install/partition_table.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/partition_table.pm') 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', -- cgit v1.2.1