summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/fs/partitioning_wizard.pm2
-rw-r--r--perl-install/install/NEWS1
3 files changed, 3 insertions, 1 deletions
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