summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.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/diskdrake/interactive.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/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index fb60f280d..9528194ba 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -568,7 +568,7 @@ First remove a primary partition and create an extended partition."));
if ($::isStandalone) {
fs::format::check_package_is_installed_format($in->do_pkgs, $p->{fs_type}) or log::l("Missing package");
}
- if ($::expert && !member($p->{fs_type}, 'reiserfs', 'reiser4', 'xfs', 'hfs', 'ntfs', 'ntfs-3g')) {
+ if ($::expert && !member($p->{fs_type}, 'reiserfs', 'xfs', 'hfs', 'ntfs', 'ntfs-3g')) {
$p->{toFormatCheck} = $in->ask_yesorno(N("Confirmation"), N("Check for bad blocks?"));
}
$p->{isFormatted} = 0; #- force format;
@@ -1290,7 +1290,7 @@ sub format_ {
if ($::isStandalone) {
fs::format::check_package_is_installed_format($in->do_pkgs, $part->{fs_type}) or return;
}
- if ($::expert && !member($part->{fs_type}, 'reiserfs', 'reiser4', 'xfs', 'hfs', 'ntfs', 'ntfs-3g')) {
+ if ($::expert && !member($part->{fs_type}, 'reiserfs', 'xfs', 'hfs', 'ntfs', 'ntfs-3g')) {
$part->{toFormatCheck} = $in->ask_yesorno(N("Confirmation"), N("Check for bad blocks?"));
}
$part->{isFormatted} = 0; #- force format;