summaryrefslogtreecommitdiff
path: root/eclass/linux-build.eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-08-29 00:24:51 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-08-29 01:07:58 +0100
commit838e49c20fb2878a36693818412bee90c689e6be (patch)
tree26e4e1ae584e64224c1fddfca8524f2ec4eb46d0 /eclass/linux-build.eclass
parenteclass/linux-build: Abort if compression tools are not available (diff)
downloadportage-838e49c20fb2878a36693818412bee90c689e6be.tar.xz
eclass/linux-build: add support for sys-boot/grub:2
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r--eclass/linux-build.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index afd02c4e..5eabd42f 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -183,6 +183,7 @@ _linux-build_src_prepare_build() {
amd64|x86)
BOOTLOADERS+=(
sys-boot/grub:0 /boot/grub/grub.conf
+ sys-boot/grub:2 /boot/grub/grub.cfg
sys-boot/syslinux:0 /boot/extlinux/extlinux.conf
) ;;
arm|arm64)