summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-03-25 09:15:37 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-03-25 19:56:02 +0100
commit41d85ca8590b947e7ee46e1f15b9a3553fedbfe1 (patch)
tree850af6a3ff31d68480623b3128fb7fad854a1839 /perl-install/install/any.pm
parentadfebc5bb2c3ef4c14bea85ef4b5112f13453745 (diff)
downloaddrakx-41d85ca8590b947e7ee46e1f15b9a3553fedbfe1.tar
drakx-41d85ca8590b947e7ee46e1f15b9a3553fedbfe1.tar.gz
drakx-41d85ca8590b947e7ee46e1f15b9a3553fedbfe1.tar.bz2
drakx-41d85ca8590b947e7ee46e1f15b9a3553fedbfe1.tar.xz
drakx-41d85ca8590b947e7ee46e1f15b9a3553fedbfe1.zip
preselect grub2-efi under UEFI
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 2 insertions, 0 deletions
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');