summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin.whitaker.me.uk>2022-10-26 20:27:25 +0100
committerMartin Whitaker <mageia@martin.whitaker.me.uk>2022-10-26 20:27:25 +0100
commit308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1 (patch)
treef6d0a38ed0cfa1a5f14201eababc7857d85b557c
parent48a044b971d6a28fb420d148cc24cc4bd38be97b (diff)
downloaddrakclassic-config-308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1.tar
drakclassic-config-308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1.tar.gz
drakclassic-config-308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1.tar.bz2
drakclassic-config-308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1.tar.xz
drakclassic-config-308a0fc5dc0e06b2aa4be64175a2ecd9f369c7d1.zip
pcmemtest is now memtest86+
-rw-r--r--config/build.cfg4
1 files 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",