memtest86plus: add new package
authorJohn Audia <redacted>
Fri, 29 Aug 2025 11:28:17 +0000 (07:28 -0400)
committerHannu Nyman <redacted>
Sun, 14 Jun 2026 17:30:59 +0000 (20:30 +0300)
commit73fd3b2d85f54f292b3d68be7dab4b6ae0051a4f
tree82be0d1ecf0d6ce0bd2cb8582e8d994e6bd67b06
parent77566058f4070bf6ca52984b1875413207b04860
memtest86plus: add new package

Add package for memtest86+ and ability to boot directly into it from
existing grub menu. Both legacy and EFI packages are available and each
will provide the needed memtest86+ images plus a postinst and postrm to
handle the grub.cfg menu entries.

The images are tiny, adding at worst 154 kB to the kernel partition.

I do not have x86 box for testing but the memtest86plus-efi package
works as expected on my test machine (ie booting into the image and the
setup and removal of the grub.cfg menu entry).

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)

Signed-off-by: John Audia <redacted>
admin/memtest86plus/Makefile [new file with mode: 0644]
admin/memtest86plus/files/grubsetup-efi.sh [new file with mode: 0644]
admin/memtest86plus/files/grubsetup.sh [new file with mode: 0644]
admin/memtest86plus/files/memtestplus.bios [new file with mode: 0644]
admin/memtest86plus/files/memtestplus.efi [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT