commit: df1cfa8b3a275372a8dc64cc93130128710e51f4 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Nov 17 16:21:56 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Nov 17 16:21:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1cfa8b
profiles/arch/amd64: enable efi and pc platforms for grub:2 Bug: https://bugs.gentoo.org/600110 profiles/arch/amd64/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index b6f6b93..8c06cf0 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Mike Gilbert <[email protected]> (17 Nov 2016) +# Enable both efi and pc by default. +# https://bugs.gentoo.org/600110 +sys-boot/grub:2 grub_platforms_efi-64 grub_platforms_pc + # Michał Górny <[email protected]> (24 Sep 2016) # Enable the GPU targets matching the default VIDEO_CARDS sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX
