diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-24 10:47:13 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-25 19:55:50 +0100 |
commit | ee22664bcb1fdedece15e07d047ba86f3d791ee6 (patch) | |
tree | cffb13ac5187db2920dc75c07d9e353e092e4421 /perl-install/install | |
parent | b2df46a676b8511523ab6859f5393680316e1b1f (diff) | |
download | drakx-ee22664bcb1fdedece15e07d047ba86f3d791ee6.tar drakx-ee22664bcb1fdedece15e07d047ba86f3d791ee6.tar.gz drakx-ee22664bcb1fdedece15e07d047ba86f3d791ee6.tar.bz2 drakx-ee22664bcb1fdedece15e07d047ba86f3d791ee6.tar.xz drakx-ee22664bcb1fdedece15e07d047ba86f3d791ee6.zip |
fix retrieving ESP partition type
ESP are the only partitions we're detecting through their pt_type
(modulo 0x12 which was Compaq Diagnostic & unlikely to be found on
GPT...)
However GPT has no equivalent to pt_type
But we can test for ESP flag
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 8accfd2b6..e0ddf0dcc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,7 @@ - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 bios fakeraids (containers defaults to >= 127 and partitions <=126) +- partitionning: + o fix retrieving ESP partition type on GPT Version 16.69 - 20 March 2015 |