diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-02 01:36:17 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-02 21:55:40 +0100 |
commit | d8926e6f74edad7f3cfdfa2d8dc3a54996853aec (patch) | |
tree | 21d1de647142448015bf9622090e230bce050981 /eclass/linux-build.eclass | |
parent | eclass/linux-build: Generate sys-boot/grub:0 config (diff) | |
download | portage-d8926e6f74edad7f3cfdfa2d8dc3a54996853aec.tar.xz |
eclass/linux-build: Generate sys-boot/syslinux:0 config
Diffstat (limited to 'eclass/linux-build.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 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 |