diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-20 09:32:21 -0400 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-03-20 21:09:45 +0159 |
commit | f04716d1dca0722da0dee55316c50cba4d8ee1ae (patch) | |
tree | d32a045f3a18c2e24ff14c1a9ca9c00c1039f4c4 /perl-install | |
parent | 716217b9dcc3722d444868aaa5dfab036829fb2a (diff) | |
download | drakx-f04716d1dca0722da0dee55316c50cba4d8ee1ae.tar drakx-f04716d1dca0722da0dee55316c50cba4d8ee1ae.tar.gz drakx-f04716d1dca0722da0dee55316c50cba4d8ee1ae.tar.bz2 drakx-f04716d1dca0722da0dee55316c50cba4d8ee1ae.tar.xz drakx-f04716d1dca0722da0dee55316c50cba4d8ee1ae.zip |
add ESP to suggestion if needed
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index 90cbe5615..af6515845 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -90,6 +90,7 @@ sub partitionWizardSolutions { my $min_linux = MB(600); my $min_swap = MB(50); my $min_freewin = MB(100); + fsedit::init_efi_suggestions($fstab); # each solution is a [ score, text, function ], where the function retunrs true if succeeded |