diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-10 22:22:56 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-10 22:25:39 +0200 |
commit | 9891f350e692121f3661cc77f845e89ac4f0c79a (patch) | |
tree | a418fd8fdf1be2059f7358789fcf2af7b8eb4f39 /perl-install/NEWS | |
parent | 9844b7fc29edb3bf5d9fe1d2880b46177b6316fb (diff) | |
download | drakx-9891f350e692121f3661cc77f845e89ac4f0c79a.tar drakx-9891f350e692121f3661cc77f845e89ac4f0c79a.tar.gz drakx-9891f350e692121f3661cc77f845e89ac4f0c79a.tar.bz2 drakx-9891f350e692121f3661cc77f845e89ac4f0c79a.tar.xz drakx-9891f350e692121f3661cc77f845e89ac4f0c79a.zip |
MBR limit really is 2TiB, not 4
so use GPT for disks > 2TiB, thus fixing using invalid MBR on disks
between 2 & 4 TiB
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 1f4ea0fb6..82b22b5ee 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- diskdrake: + o MBR limit really is 2TiB, not 4, so use GPT for disks > 2TiB + Version 17.34 - 6 June 2016 - drakboot: |