From 308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Wed, 26 Oct 2022 20:27:25 +0100 Subject: pcmemtest is now memtest86+ --- config/build.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/build.cfg b/config/build.cfg index 6bc7f5d..3931421 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -51,7 +51,7 @@ my $config = { bootloader_timeout => 10, bootloader_entries => [ 'Install Mageia' => { append => 'automatic=method:cdrom audit=0 noiswmd vga=791 splash quiet' }, 'Rescue System' => { append => 'automatic=method:cdrom audit=0 noiswmd vga=791 rescue' }, - 'Memory Test' => { command => 'linux32', image => '/boot/pcmemtest', initrd => 'none' }, + 'Memory Test' => { command => 'linux32', image => '/boot/memtest', initrd => 'none' }, ], mbr_boot_img => 'bootloader/images/boot_hybrid.img', eltorito_img => 'bootloader/images/eltorito.img', @@ -71,7 +71,7 @@ my $config = { 'dosutils' => 'files/dosutils', "isolinux/$arch2/all.rdz" => "boot/all.rdz", "isolinux/$arch2/vmlinuz" => "boot/vmlinuz", - 'isolinux/memtest' => "boot/pcmemtest", + 'isolinux/memtest' => "boot/memtest", 'doc' => "files/$arch/doc", 'install/extra' => "files/$arch/install/extra", 'install/stage2/mdkinst.sqfs' => "files/$arch/install/stage2/mdkinst.sqfs", -- cgit v1.2.1