diff options
| author | nl6720 <nl6720@gmail.com> | 2020-11-17 14:10:21 +0200 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2020-11-30 16:00:15 +0200 |
| commit | 863247d0a6980906dad0308044f2f3b6ceccc110 (patch) | |
| tree | 7fee2d93d14b66def36282bcb0f9676db6959004 /README.profile.rst | |
| parent | 183ae5279252cebca0aac5de328566e3e31b09c2 (diff) | |
| download | archiso-863247d0a6980906dad0308044f2f3b6ceccc110.tar.gz archiso-863247d0a6980906dad0308044f2f3b6ceccc110.tar.bz2 | |
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 .
Diffstat (limited to 'README.profile.rst')
| -rw-r--r-- | README.profile.rst | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/README.profile.rst b/README.profile.rst index 1729319..6541bd7 100644 --- a/README.profile.rst +++ b/README.profile.rst @@ -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. |
