Mageia Bugzilla – Attachment 6188 Details for
Bug 15153
Patches to add support for the rEFInd boot manager in drakboot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch to prevent installer forcing the use of grub2 when the rEFInd boot manager is being used
refind-installer.patch (text/plain), 761 bytes, created by
Martin Whitaker
on 2015-04-05 13:47:37 CEST
(
hide
)
Description:
Patch to prevent installer forcing the use of grub2 when the rEFInd boot manager is being used
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2015-04-05 13:47:37 CEST
Size:
761 bytes
patch
obsolete
>--- a/install/any.pm 2015-04-02 20:24:10.786188980 +0100 >+++ b/install/any.pm 2015-04-02 20:23:12.658460544 +0100 >@@ -835,8 +835,8 @@ > # only needed for CDs/DVDs installations: > add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom'; > add_n_log("needed for VMware hypervisor", 'open-vm-tools') if detect_devices::is_vmware(); >- # we only support grub2-efi on UEFI: >- add_n_log("needed for UEFI boot", 'grub2-efi') if is_uefi(); >+ # we only support grub2-efi or rEFInd on UEFI: >+ add_n_log("needed for UEFI boot", 'grub2-efi') if is_uefi() && !(-e "/mnt/boot/EFI/EFI/refind"); > > my $dmi_BIOS = detect_devices::dmidecode_category('BIOS'); > my $dmi_Base_Board = detect_devices::dmidecode_category('Base Board');
--- a/install/any.pm 2015-04-02 20:24:10.786188980 +0100 +++ b/install/any.pm 2015-04-02 20:23:12.658460544 +0100 @@ -835,8 +835,8 @@ # only needed for CDs/DVDs installations: add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom'; add_n_log("needed for VMware hypervisor", 'open-vm-tools') if detect_devices::is_vmware(); - # we only support grub2-efi on UEFI: - add_n_log("needed for UEFI boot", 'grub2-efi') if is_uefi(); + # we only support grub2-efi or rEFInd on UEFI: + add_n_log("needed for UEFI boot", 'grub2-efi') if is_uefi() && !(-e "/mnt/boot/EFI/EFI/refind"); my $dmi_BIOS = detect_devices::dmidecode_category('BIOS'); my $dmi_Base_Board = detect_devices::dmidecode_category('Base Board');
View Attachment As Raw
Actions:
View
Attachments on
bug 15153
:
5844
|
5845
|
5932
|
5933
|
5936
|
5975
|
6187
|
6188
|
6308
|
8124
|
8125
|
8126
|
8127
|
8128
|
10371