summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/type.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-30 10:37:53 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-30 10:37:53 +0000
commit4139c6f66b2b7a6685a681aea1caf340f66839fa (patch)
tree0b57313c5a64bca622dcf7c166902eeee4845aec /perl-install/fs/type.pm
parent8f5a440b8705732e2dd221cab769c1d796ba4338 (diff)
downloaddrakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar
drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar.gz
drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar.bz2
drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.tar.xz
drakx-4139c6f66b2b7a6685a681aea1caf340f66839fa.zip
drop support for reiser4 (mga#5680)
Diffstat (limited to 'perl-install/fs/type.pm')
-rw-r--r--perl-install/fs/type.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 18c4f56dd..6318e6804 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -119,9 +119,6 @@ if_(arch() !~ /ppc/,
0x75 => '', 'PC/IX',
0x80 => '', 'Old Minix',
0x81 => '', 'Minix / old Linux',
- if_(!$::isInstall,
- 0x83 => 'reiser4', 'Journalised FS: Reiser4',
- ),
0x83 => 'nilfs2', 'NILFS2',
0x83 => 'btrfs', 'Btrfs',
0x84 => '', 'OS/2 hidden C: drive',
@@ -312,7 +309,7 @@ sub type_subpart_from_magic {
sub defaultFS() { 'ext4' }
-sub true_local_fs_types() { qw(btrfs ext3 ext2 ext4 reiserfs reiser4 xfs jfs) }
+sub true_local_fs_types() { qw(btrfs ext3 ext2 ext4 reiserfs xfs jfs) }
sub isEmpty { !$_[0]{fs_type} && $_[0]{pt_type} == 0 }
sub isEfi { arch() =~ /ia64/ && $_[0]{pt_type} == 0xef }