diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-29 00:24:51 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-29 01:07:58 +0100 |
commit | 838e49c20fb2878a36693818412bee90c689e6be (patch) | |
tree | 26e4e1ae584e64224c1fddfca8524f2ec4eb46d0 /eclass | |
parent | eclass/linux-build: Abort if compression tools are not available (diff) | |
download | portage-838e49c20fb2878a36693818412bee90c689e6be.tar.xz |
eclass/linux-build: add support for sys-boot/grub:2
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-build.eclass | 1 |
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) |