From e85da9ba51f1eadbe8ae03281b24d0b4d37199dd Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 17 Sep 2022 20:10:17 +0100 Subject: Revert to using Memtest86+, now it is based on PCMemTest. --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 92c6b7734..c7823b324 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -266,7 +266,7 @@ sub syslinux_all_files { rename("images/all.rdz-$_", "$dir/$arch/all.rdz"); } @$kernels; - _ "install -m 644 -D /boot/pcmemtest* $dir/memtest"; + _ "install -m 644 -D /boot/memtest* $dir/memtest"; output("$dir/help.msg", syslinux_msg('help.msg.xml')); output("$dir/advanced.msg", syslinux_msg('advanced.msg.xml', -- cgit v1.2.1