aboutsummaryrefslogtreecommitdiff
path: root/configs/baseline/syslinux/syslinux-linux.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove SPDX license identifier from releng configsDavid Runge2021-07-291-3/+0
| | | | | | configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
* add optional pv toolSimon Wilper2021-05-141-0/+6
| | | | | use pv to give feedback on copying the airootfs to RAM when copytoram kernel parameter is given
* Keep all SYSLINUX files in /syslinuxnl67202020-11-301-2/+2
| | | | | | 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 .
* configs/baseline: support UEFInl67202020-10-241-1/+1
|
* Split SYSLINUX configuration into per-kernel configuration filesnl67202020-09-271-0/+8
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).