Keep all SYSLINUX files in /syslinux
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 .
This commit is contained in:
parent
183ae52792
commit
863247d0a6
14 changed files with 64 additions and 130 deletions
|
@ -9,7 +9,6 @@ An archiso profile consists of several configuration files and a directory for f
|
|||
profile
|
||||
|- airootfs/
|
||||
|- efiboot/
|
||||
|- isolinux/
|
||||
|- syslinux/
|
||||
|- packages.arch
|
||||
|- pacman.conf
|
||||
|
@ -133,21 +132,13 @@ selected in **profiledef.sh**. It contains configuration for `systemd-boot
|
|||
The *custom template identifiers* are **only** understood in the boot loader entry `.conf` files (i.e. **not** in
|
||||
`loader.conf`).
|
||||
|
||||
isolinux
|
||||
--------
|
||||
|
||||
This directory is mandatory when the `bios.syslinux.eltorito` bootmode is selected in **profiledef.sh**.
|
||||
It contains configuration for `isolinux <https://wiki.syslinux.org/wiki/index.php?title=ISOLINUX>`_ used in the resuling
|
||||
image.
|
||||
|
||||
The *custom template identifiers* are understood in all `.cfg` files in this directory.
|
||||
|
||||
syslinux
|
||||
--------
|
||||
|
||||
This directory is mandatory when the `bios.syslinux.mbr` or the `bios.syslinux.eltorito` bootmodes are selected in
|
||||
**profiledef.sh**.
|
||||
It contains configuration files for `syslinux <https://wiki.syslinux.org/wiki/index.php?title=SYSLINUX>`_ or `pxelinux
|
||||
It contains configuration files for `syslinux <https://wiki.syslinux.org/wiki/index.php?title=SYSLINUX>`_ or `isolinux
|
||||
<https://wiki.syslinux.org/wiki/index.php?title=ISOLINUX>`_ , or `pxelinux
|
||||
<https://wiki.syslinux.org/wiki/index.php?title=PXELINUX>`_ used in the resuling image.
|
||||
|
||||
The *custom template identifiers* are understood in all `.cfg` files in this directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue