fix memtest path

This commit is contained in:
Tobias Powalowski 2022-12-09 08:49:01 +01:00
parent a65bed86d9
commit 69b479137a

View file

@ -231,7 +231,7 @@ _grub_mkrescue() {
_prepare_memtest() {
cp /boot/memtest86+/memtest.bin "${_ISODIR}/boot/"
cp /boot/memtest86+/memtest.efi "${_ISODIR}/EFI/BOOT/MEMTEST.EFI"
cp /boot/memtest86+/memtest.efi "${_ISODIR}/EFI/TOOLS/MEMTEST.EFI"
}