aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/syslinux/archiso_sys-linux.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Apply copytoram Boot Option Menu Entries also to relengSimon Wilper2021-05-141-0/+11
|
* Keep all SYSLINUX files in /syslinuxnl67202020-11-301-4/+4
| | | | | | This gets rid of the duplicate ldlinux.c32 and the useless isolinux.cfg which only points to syslinux.cfg. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/46 .
* implement accessibility support in archisoAlexander Epaneshnikov2020-10-291-0/+11
| | | | this fixes #67
* Split SYSLINUX configuration into per-kernel configuration filesnl67202020-09-271-0/+12
Slightly simplifies adding boot loader configuration for more kernels. Unfortunately the INCLUDE statement doesn't support wildcards, so each new file must be manually included in the main syslinux configuration file (syslinux.cfg for baseline and archiso_sys.cfg for releng).