diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-03-19 18:14:43 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-03-19 19:49:16 +0000 |
commit | 79093e59b76b0edf391109918a190fa7e6846a18 (patch) | |
tree | 2216d49401a0b6177e2bfa09d817d1a2f462ee90 /eclass | |
parent | net-p2p/monero-gui: Version bump (diff) | |
download | portage-79093e59b76b0edf391109918a190fa7e6846a18.tar.xz |
eclass/linux-build: handle syslinux.cfg
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 8a466342..bfc68ff4 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -184,6 +184,7 @@ _linux-build_src_prepare_build() { BOOTLOADERS+=( sys-boot/grub:0 /boot/grub/grub.conf sys-boot/grub:2 /boot/grub/grub.cfg + sys-boot/syslinux:0 /boot/extlinux/syslinux.cfg sys-boot/syslinux:0 /boot/extlinux/extlinux.conf ) ;; arm|arm64) |