From ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Mar 2015 03:36:36 -0400 Subject: make sure to check for existing ESP on all disks --- perl-install/NEWS | 1 + perl-install/fs/partitioning_wizard.pm | 2 +- perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 673bac170..1287430e3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - diskdrake: o better fix for fail to read too corrupted partition table + o make sure to check for existing ESP on all disks o try to detect recovery partitions on GPT - stage2: o revert changes made in 16.70 for a better fix to mga#13894 diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index af6515845..ab897c209 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -90,7 +90,7 @@ sub partitionWizardSolutions { my $min_linux = MB(600); my $min_swap = MB(50); my $min_freewin = MB(100); - fsedit::init_efi_suggestions($fstab); + fsedit::init_efi_suggestions($full_fstab); # each solution is a [ score, text, function ], where the function retunrs true if succeeded diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c1a2f8029..43a10bbc0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - partitionning: o better fix for fail to read too corrupted partition table + o make sure to check for existing ESP on all disks o try to detect recovery partitions on GPT Version 16.74 - 27 March 2015 -- cgit v1.2.1