summaryrefslogtreecommitdiff
path: root/share/bootloaders/extlinux/stdmenu.cfg
AgeCommit message (Collapse)Author
2020-04-24syslinux: deduplicate common filesjnqnfe
there are several files of which identical duplicate copies are held in: - share/bootloaders/extlinux - share/bootloaders/pxelinux - share/bootloaders/isolinux - share/bootloaders/syslinux it is a pain to maintain this from a development standpoint, having to copy modified config files into the other directories each time changes are made and mistakes have been made before due to this. this creates a new folder share/bootloaders/syslinux_common and moves them to this new directory. it also expands the binary_syslinux stage to use it, with it now constructing the installed set of bootloader files as follows: 1. copy {LB_DIR}/bootloaders/syslinux_common 2. copy {LB_DIR}/bootloaders/{syslinux|isolinux|extlinux|pxelinux} on top 3. copy config/bootloaders/syslinux_common on top 4. copy config/bootloaders/{syslinux|isolinux|extlinux|pxelinux} on top note, to explain part of the binary_syslinux change, instead of just copying the correct bootloader folder full of the files, we now make the target bootloader specific directory, then copy the contents of source directories into it. Gbp-Dch: Short
2013-05-06Correcting vshift in syslinux themes to correct display bug with overlong ↵Daniel Baumann
lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
2013-05-06Adding debian version 4.0~a1-1.debian/4.0_a1-1Daniel Baumann
2013-01-25Correcting vshift in syslinux themes to correct display bug with overlong ↵Daniel Baumann
lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
2012-07-18Adding extlinux bootloader configuration files.Daniel Baumann