Mageia Bugzilla – Attachment 6588 Details for
Bug 15689
M5RC, life installer does not always present /boot/EFI as an option in UEFI mode when using "custom disk partitioning"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
proposed fix
proposed_fix_for_15689.patch (text/plain), 737 bytes, created by
Martin Whitaker
on 2015-05-20 07:51:08 CEST
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2015-05-20 07:51:08 CEST
Size:
737 bytes
patch
obsolete
>diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm >index f3b9973..b222c07 100644 >--- a/perl-install/fs/partitioning_wizard.pm >+++ b/perl-install/fs/partitioning_wizard.pm >@@ -33,6 +33,13 @@ sub partition_with_diskdrake { > my ($in, $all_hds, $fstab, $manual_fstab, $_partitions, $partitioning_flags, $skip_mtab) = @_; > my $ok; > >+ # The classic installer sets $skip_mtab to either undef or 1. The live >+ # installer sets it to 'skip_mtab'. If $skip_mtab is not set, this has >+ # already been done by fs::any::get_hds. >+ if ($skip_mtab eq 'skip_mtab') { >+ fs::mount_point::suggest_mount_points_always($fstab); >+ } >+ > do { > $ok = 1; > my $do_force_reload = sub {
diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index f3b9973..b222c07 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -33,6 +33,13 @@ sub partition_with_diskdrake { my ($in, $all_hds, $fstab, $manual_fstab, $_partitions, $partitioning_flags, $skip_mtab) = @_; my $ok; + # The classic installer sets $skip_mtab to either undef or 1. The live + # installer sets it to 'skip_mtab'. If $skip_mtab is not set, this has + # already been done by fs::any::get_hds. + if ($skip_mtab eq 'skip_mtab') { + fs::mount_point::suggest_mount_points_always($fstab); + } + do { $ok = 1; my $do_force_reload = sub {
View Attachment As Raw
Actions:
View
Attachments on
bug 15689
:
6254
|
6401
| 6588