Add configs/releng/efiboot/loader/entries/03-archiso-x86_64-memtest86+.conf
Create a boot entry for Memtest86+. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/228
This commit is contained in:
parent
4136bfe085
commit
d3c8f38ead
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ Added
|
|||
-----
|
||||
|
||||
- Copy Memtest86+ EFI binary to the EFI system partition and ISO 9660 for ``uefi-x86.systemd-boot`` boot modes.
|
||||
Additionally, create a boot entry with it for the releng profile.
|
||||
|
||||
Changed
|
||||
-------
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
title Memtest86+
|
||||
sort-key 03
|
||||
efi /boot/memtest86+/memtest.efi
|
Loading…
Add table
Reference in a new issue