diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-06 11:24:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-06 11:24:14 +0000 |
commit | b5dbe5d514ab7c2031e7a21d05169a363d3b19dc (patch) | |
tree | 1b16eab9f4f6969d5cfae732dfc13b487e370e0f /perl-install/install | |
parent | 1cde57b9356dc8d8aa7cd6e9523e411bbd8d547a (diff) | |
download | drakx-distro/mdv2007.1.tar drakx-distro/mdv2007.1.tar.gz drakx-distro/mdv2007.1.tar.bz2 drakx-distro/mdv2007.1.tar.xz drakx-distro/mdv2007.1.zip |
- fix range max value >2TB when creating a partition (useful for LVs >2TB)distro/mdv2007.1
nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB
partitions. perl floats are precise enough up until 512TB
(backport from trunk)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b68bfda0f..4c235a4b0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - add /etc/mke2fs.conf in order to format ext3fs with 4k blocks (#27377) - diskdrake o fix 1.9TB displayed as 1TB + o fix range max value >2TB when creating a partition (useful for LVs >2TB) - fix detecting usb drives (#13395) Version 10.4.128 - 3 April 2007, by Pascal "Pixel" Rigaux |