b08f1681cf
{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 (<CARCH>[, <PROPERTY>])". 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 <CARCH> from the syslinux help text as it is duplicated information. Closes #24
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
title Arch Linux install medium (x86_64, UEFI)
|
|
linux /EFI/archiso/vmlinuz.efi
|
|
initrd /EFI/archiso/intel_ucode.img
|
|
initrd /EFI/archiso/amd_ucode.img
|
|
initrd /EFI/archiso/archiso.img
|
|
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|