diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-07 17:44:48 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-07 17:44:48 +0200 |
commit | e75a01510f0c0ac105d03d6e95f6aa046197e614 (patch) | |
tree | 71932fc5e68fc82197f7636d6d3e8d292ab706b1 /perl-install/install/NEWS | |
parent | e45e81c4c2d10dfdd7e3b90f489a2d8172b74938 (diff) | |
download | drakx-e75a01510f0c0ac105d03d6e95f6aa046197e614.tar drakx-e75a01510f0c0ac105d03d6e95f6aa046197e614.tar.gz drakx-e75a01510f0c0ac105d03d6e95f6aa046197e614.tar.bz2 drakx-e75a01510f0c0ac105d03d6e95f6aa046197e614.tar.xz drakx-e75a01510f0c0ac105d03d6e95f6aa046197e614.zip |
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...
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
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 |