From 3609af44a749318093141e071961ff7ec569e66e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 7 Jul 2017 18:43:30 +0100 Subject: sys-boot/grub : enable 32bit EFI support --- conf/intel/portage/make.conf.amd64-binmode | 2 +- conf/intel/portage/make.conf.amd64-mixedmode | 2 +- conf/intel/portage/make.conf.amd64-srcmode | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/intel') diff --git a/conf/intel/portage/make.conf.amd64-binmode b/conf/intel/portage/make.conf.amd64-binmode index 337de18..f221975 100644 --- a/conf/intel/portage/make.conf.amd64-binmode +++ b/conf/intel/portage/make.conf.amd64-binmode @@ -52,7 +52,7 @@ PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby22" ## GRUB PLATFORMS ## -GRUB_PLATFORMS="efi-64 pc" +GRUB_PLATFORMS="efi-32 efi-64 pc" ## ABI SUPPORT ## ABI_X86="64 32" diff --git a/conf/intel/portage/make.conf.amd64-mixedmode b/conf/intel/portage/make.conf.amd64-mixedmode index 57167fe..885fc08 100644 --- a/conf/intel/portage/make.conf.amd64-mixedmode +++ b/conf/intel/portage/make.conf.amd64-mixedmode @@ -52,7 +52,7 @@ PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby22" ## GRUB PLATFORMS ## -GRUB_PLATFORMS="efi-64 pc" +GRUB_PLATFORMS="efi-32 efi-64 pc" ## ABI SUPPORT ## ABI_X86="64 32" diff --git a/conf/intel/portage/make.conf.amd64-srcmode b/conf/intel/portage/make.conf.amd64-srcmode index c8368d2..bf9a802 100644 --- a/conf/intel/portage/make.conf.amd64-srcmode +++ b/conf/intel/portage/make.conf.amd64-srcmode @@ -51,7 +51,7 @@ PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby22" ## GRUB PLATFORMS ## -GRUB_PLATFORMS="efi-64 pc" +GRUB_PLATFORMS="efi-32 efi-64 pc" ## ABI SUPPORT ## ABI_X86="64 32" -- cgit v1.2.3