diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-30 03:36:36 -0400 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-03-30 15:06:43 +0259 |
commit | ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54 (patch) | |
tree | 70a2aa971da9cf50e9640204a3b7ee05761df566 /perl-install | |
parent | 0adf9412b786342346a9df9fd262765d6b97d38f (diff) | |
download | drakx-ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54.tar drakx-ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54.tar.gz drakx-ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54.tar.bz2 drakx-ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54.tar.xz drakx-ce81643e8e2e3ac78ec4ec4f5ba732f4cf29fb54.zip |
make sure to check for existing ESP on all disks
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
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 |