From d8926e6f74edad7f3cfdfa2d8dc3a54996853aec Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 2 Sep 2016 01:36:17 +0100 Subject: eclass/linux-build: Generate sys-boot/syslinux:0 config --- eclass/linux-build.eclass | 1 + 1 file changed, 1 insertion(+) (limited to 'eclass') 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 -- cgit v1.2.3