diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-06 19:39:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-06 19:39:52 +0000 |
commit | f464b105745132c26458757b007487398e59acb9 (patch) | |
tree | 4594b64cbbcfba4ebab90b5f449b68fe11cab127 | |
parent | f800e9cea7b33f1615bec70e280be1779a260339 (diff) | |
download | drakx-f464b105745132c26458757b007487398e59acb9.tar drakx-f464b105745132c26458757b007487398e59acb9.tar.gz drakx-f464b105745132c26458757b007487398e59acb9.tar.bz2 drakx-f464b105745132c26458757b007487398e59acb9.tar.xz drakx-f464b105745132c26458757b007487398e59acb9.zip |
drop backward compatibility pt_type ids (were kept for compatibility in
auto_installs, but this has been deprecated for 3 years old)
-rw-r--r-- | perl-install/fs/type.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm index 63ef3e475..cce7cdf23 100644 --- a/perl-install/fs/type.pm +++ b/perl-install/fs/type.pm @@ -53,13 +53,6 @@ if_(arch() =~ /ppc/, 0x85 => '', 'Linux extended', ], - backward_compatibility => [ - 0x183 => 'reiserfs', 'reiserfs (deprecated)', - 0x283 => 'xfs', 'xfs (deprecated)', - 0x383 => 'jfs', 'jfs (deprecated)', - 0x483 => 'ext3', 'ext3 (deprecated)', - ], - other => [ if_(arch() =~ /^ia64/, 0x100 => '', 'Various', |