Skip to content

Standardizing boot loader entry format

David Runge requested to merge issues/24 into master

{configs/releng/efiboot/loader/entries/archiso-x86_64-{cd,usb}.conf,configs/releng/syslinux/archiso_{pxe,sys}.cfg}: Standardizing the boot loader entry format by switching all entries to the form: "Arch Linux install medium ([, ])". This removes the distinction between "CD" and "USB" when booting in UEFI "el-torito" (as the information is not useful). Changing some of the syslinux help text as well to reflect this change. This also drops the specific from the syslinux help text as it is duplicated information.

Closes #24 (closed)

Merge request reports