From de4f752c310da49cfe15cc9cc90886354511b5cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Aug 2007 11:21:09 +0000 Subject: - fix range max value >2TB when creating a partition (useful for LVs >2TB) nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB --- perl-install/NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/NEWS') diff --git a/perl-install/NEWS b/perl-install/NEWS index 6ed0c86cd..fe2836d59 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,6 @@ -- diskdrake: add support for "nodiratime" mount option +- diskdrake: + o add support for "nodiratime" mount option + o fix range max value >2TB when creating a partition (useful for LVs >2TB) - drakxservices: describe a few more services (#18612) Version 10.4.159 - 06 August 2007, by Thierry Vignaud -- cgit v1.2.1