diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-28 11:32:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-28 11:32:00 +0000 |
commit | 7ef4fe265b089b8f6cc832b1b10907fe3a42e485 (patch) | |
tree | 5555a9c523e1ce1e5faaf80a45e28bde7334a1c8 /perl-install/partition_table.pm | |
parent | b638fa938299f4c7f04a46c5ecb80f4e9728202b (diff) | |
download | drakx-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar drakx-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar.gz drakx-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar.bz2 drakx-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.tar.xz drakx-7ef4fe265b089b8f6cc832b1b10907fe3a42e485.zip |
remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs to 0x35 instead of 0x383
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r-- | perl-install/partition_table.pm | 1 |
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', |