From 6a73a2e8566ea02f885c4a260d6a3ed401dee65b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 May 2007 10:35:42 +0000 Subject: - diskdrake: o when formatting ntfs don't zero partition (#30928) --- perl-install/NEWS | 3 +++ perl-install/fs/format.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1