From 41d85ca8590b947e7ee46e1f15b9a3553fedbfe1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 25 Mar 2015 09:15:37 -0400 Subject: preselect grub2-efi under UEFI --- perl-install/install/NEWS | 1 + perl-install/install/any.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 425fa3903..460f7e8ac 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -4,6 +4,7 @@ o fix retrieving ESP partition type on GPT o log which GPT partition we fail to add/del o set proper GUID to ESP partitions with GPT layout +- pre-install grub2-efi on UEFI Version 16.69 - 20 March 2015 diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index cd658ad32..34f8c68f6 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -835,6 +835,8 @@ sub default_packages { # 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(); my $dmi_BIOS = detect_devices::dmidecode_category('BIOS'); my $dmi_Base_Board = detect_devices::dmidecode_category('Base Board'); -- cgit v1.2.1