From e75a01510f0c0ac105d03d6e95f6aa046197e614 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Jun 2016 17:44:48 +0200 Subject: fix selecting grub2-efi on UEFI (mga#18646) the issue is that we select basesystem which pulls bootloader -> grub2 then later grub2-efi b/c we're on UEFI which results in: we don't use the right API for selecting packages which results in: * preferring grub2 over lilo,grub2-efi,grub * replacing bootloader with grub2 * selecting grub2-2.02-0.git10457.6.mga6.x86_64 (...) * selecting grub2-efi because of needed for UEFI boot (...) * no packages match grub2-efi (it is either in skip.list or already rejected) * ERROR: selection failed: grub2-efi-2.02-0.git10457.6.mga6.x86_64 (due to conflicts with grub2-2.02-0.git10457.6.mga6.x86_64) the proper fix would be to use a better URPM API but it's just as simple to pick the bootloader before picking basesystem... --- perl-install/install/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3596ca9de..fd1551927 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix selecting grub2-efi on UEFI (mga#18646) + Version 17.34.1 - 6 June 2016 - fix displaying release notes with WebKit2 -- cgit v1.2.1