diff options
| author | nl6720 <nl6720@gmail.com> | 2022-10-27 11:04:42 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2023-02-10 08:29:37 +0200 |
| commit | 28d2bc11e3dc4a86667a8f5f379d8ac9c18c0a03 (patch) | |
| tree | c7e7cdacd10f5db7af0b4238994db8e7fe68f7d5 /configs/releng/grub/grub.cfg | |
| parent | 0f34e4429a6d16d201c2568417cdc5ff79dd68dd (diff) | |
| download | archiso-28d2bc11e3dc4a86667a8f5f379d8ac9c18c0a03.tar.gz archiso-28d2bc11e3dc4a86667a8f5f379d8ac9c18c0a03.tar.bz2 | |
mkarchiso: do not place memtest86+ in netboot artifacts
Move memtest86+ to `/boot/memtest86+/` on ISO 9660. That directory is
not copied to netboot artifact output.
Netboot boot menu https://ipxe.archlinux.org/releng/netboot/archlinux.ipxe
does not have entries for memtest and archiso-manager removes these files
(not the EFI one, though) before uploading the release files anyway.
Diffstat (limited to 'configs/releng/grub/grub.cfg')
| -rw-r--r-- | configs/releng/grub/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg index ddf71e7..eb45a00 100644 --- a/configs/releng/grub/grub.cfg +++ b/configs/releng/grub/grub.cfg @@ -55,7 +55,7 @@ if [ "${grub_platform}" == "efi" ]; then if [ "${grub_cpu}" == "x86_64" ]; then menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class gnu --class tool { set gfxpayload=800x600,1024x768 - linux /%INSTALL_DIR%/boot/memtest.efi + linux /boot/memtest86+/memtest.efi } menuentry "UEFI Shell" { insmod chain |
