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/fs/partitioning_wizard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') 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 -- cgit v1.2.1