diff options
-rw-r--r-- | images/NEWS | 1 | ||||
-rwxr-xr-x | images/make_boot_img | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 843112316..fc51baafd 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,4 @@ +- revert to using Memtest86+, now it is based on PCMemTest - Sync with kernel 5.17 - Sync with kernel 5.18 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', |