summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/fs/format.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 58a1c291c..7d347b54b 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- diskdrake:
+ o when formatting ntfs don't zero partition (#30928)
+
Version 10.4.131 - 18 May 2007, by Thierry Vignaud
- bug fix for rpmdrake: pkgs.pm file was missing
diff --git a/perl-install/fs/format.pm b/perl-install/fs/format.pm
index fe6a1f952..0c5eea69d 100644
--- a/perl-install/fs/format.pm
+++ b/perl-install/fs/format.pm
@@ -21,7 +21,7 @@ my %cmds = (
dos => [ 'dosfstools', 'mkdosfs' ],
vfat => [ 'dosfstools', 'mkdosfs', '-F', '32' ],
swap => [ 'util-linux', 'mkswap' ],
- ntfs => [ 'ntfsprogs', 'mkntfs' ],
+ ntfs => [ 'ntfsprogs', 'mkntfs', '--fast' ],
);
my %LABELs = ( #- option, length, handled_by_mount