diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-30 03:38:32 -0400 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-03-30 15:08:52 +0259 |
commit | 9c16709d59d7b6f79fa88fe2765742db2b13ec11 (patch) | |
tree | 88a82ab21d74929cb455c5777c656d0aa0891377 /perl-install/install | |
parent | 0f907160598cc726a639fe06d1902f0e0811bb81 (diff) | |
download | drakx-9c16709d59d7b6f79fa88fe2765742db2b13ec11.tar drakx-9c16709d59d7b6f79fa88fe2765742db2b13ec11.tar.gz drakx-9c16709d59d7b6f79fa88fe2765742db2b13ec11.tar.bz2 drakx-9c16709d59d7b6f79fa88fe2765742db2b13ec11.tar.xz drakx-9c16709d59d7b6f79fa88fe2765742db2b13ec11.zip |
relax checks for ESP
- match ESP even if already mounted
- drop checking if !recovery, it's useless as isESP() and isRecovery() checks
for different partition types, etc
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 b7ae2ae30..647b79ecb 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ o fix getting ESP with "use free space": make sure to not override /boot/EFI mount point with /media/win_X o make sure to check for existing ESP on all disks + o relax checks for ESP o try to detect recovery partitions on GPT Version 16.74 - 27 March 2015 |