summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-03-27 12:56:10 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-03-27 12:56:10 +0000
commit11850b2b3591a3f98d4818a56df749abe591f2be (patch)
treebea059aa196b9d3000622fc9cf2451333f880073
parentbf60c7249d7db91f4f33f6bf9cd460e719515cfa (diff)
downloaddrakx-11850b2b3591a3f98d4818a56df749abe591f2be.tar
drakx-11850b2b3591a3f98d4818a56df749abe591f2be.tar.gz
drakx-11850b2b3591a3f98d4818a56df749abe591f2be.tar.bz2
drakx-11850b2b3591a3f98d4818a56df749abe591f2be.tar.xz
drakx-11850b2b3591a3f98d4818a56df749abe591f2be.zip
update list of filesystems not handling bad blocks checking while formatting
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/diskdrake/interactive.pm2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 4ea3d8225..33a6caaa4 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -2,6 +2,8 @@
o added support for drakroam authentication (#29566).
- changed X server restart routing not to rely on ctrl-alt-del (#49059).
- fixed a typo in list_modules for virtio modules
+- diskdrake:
+ o updated list of filesystems not handling bad blocks checking
Version 12.18 - 25 March 2009
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 990920ab7..3bf2e6a44 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -1192,7 +1192,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', 'xfs')) {
+ if ($::expert && !member($part->{fs_type}, 'reiserfs', 'reiser4', 'xfs', 'hfs', 'ntfs', 'ntfs-3g')) {
$part->{toFormatCheck} = $in->ask_yesorno(N("Confirmation"), N("Check bad blocks?"));
}
$part->{isFormatted} = 0; #- force format;
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index ff0236af2..d18a41198 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- update list of filesystems not handling bad blocks checking
+
Version 12.19 - 26 March 2009
- adjust partition size suggestion