summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-09-02 01:36:17 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-09-02 21:55:40 +0100
commitd8926e6f74edad7f3cfdfa2d8dc3a54996853aec (patch)
tree21d1de647142448015bf9622090e230bce050981 /eclass
parenteclass/linux-build: Generate sys-boot/grub:0 config (diff)
downloadportage-d8926e6f74edad7f3cfdfa2d8dc3a54996853aec.tar.xz
eclass/linux-build: Generate sys-boot/syslinux:0 config
Diffstat (limited to '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 80a8efe9..11e595fb 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -154,6 +154,7 @@ _linux-build_src_prepare_build() {
local -a BOOTLOADERS=(
sys-boot/grub:0 /boot/grub/grub.conf
+ sys-boot/syslinux:0 /boot/extlinux/extlinux.conf
)
for (( i = 0 ; i < ${#BOOTLOADERS[@]} ; i+=2 )) ; do