summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-06 19:39:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-06 19:39:52 +0000
commitf464b105745132c26458757b007487398e59acb9 (patch)
tree4594b64cbbcfba4ebab90b5f449b68fe11cab127
parentf800e9cea7b33f1615bec70e280be1779a260339 (diff)
downloaddrakx-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.pm7
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',