summaryrefslogtreecommitdiffstats
path: root/config/build.cfg
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin.whitaker.me.uk>2020-05-31 20:25:59 +0100
committerMartin Whitaker <mageia@martin.whitaker.me.uk>2020-05-31 20:25:59 +0100
commit7088d7a6e59ac018058cd0ec81932d416998d7e9 (patch)
tree6e6a1c5d0bc97241e28b1c11a9dba223c1853546 /config/build.cfg
parentafa4e8c71fd47e624acdebfd900f1b28e2f516da (diff)
downloaddrakclassic-config-7088d7a6e59ac018058cd0ec81932d416998d7e9.tar
drakclassic-config-7088d7a6e59ac018058cd0ec81932d416998d7e9.tar.gz
drakclassic-config-7088d7a6e59ac018058cd0ec81932d416998d7e9.tar.bz2
drakclassic-config-7088d7a6e59ac018058cd0ec81932d416998d7e9.tar.xz
drakclassic-config-7088d7a6e59ac018058cd0ec81932d416998d7e9.zip
Use pcmemtest for memory test.
Diffstat (limited to 'config/build.cfg')
-rw-r--r--config/build.cfg11
1 files changed, 4 insertions, 7 deletions
diff --git a/config/build.cfg b/config/build.cfg
index 3e82336..48f4d68 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -39,9 +39,6 @@ my $config = {
biarch_packages => [
if_($arch eq 'x86_64', 'grub2-efi')
],
- system => {
- vga_mode => '791',
- },
media => {
label => build_label($build),
bootloader_title => build_title($build),
@@ -51,9 +48,9 @@ my $config = {
bootloader_messages => 'bootloader/messages',
bootloader_default => 0,
bootloader_timeout => 10,
- bootloader_entries => [ 'Install Mageia' => { append => 'automatic=method:cdrom audit=0 noiswmd splash quiet' },
- 'Rescue System' => { append => 'automatic=method:cdrom audit=0 noiswmd rescue' },
- 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' },
+ 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' },
],
mbr_boot_img => 'bootloader/images/boot_hybrid.img',
eltorito_img => 'bootloader/images/eltorito.img',
@@ -73,7 +70,7 @@ my $config = {
'dosutils' => 'files/dosutils',
"isolinux/$arch2/all.rdz" => "boot/all.rdz",
"isolinux/$arch2/vmlinuz" => "boot/vmlinuz",
- 'isolinux/memtest' => "boot/memtest",
+ 'isolinux/pcmemtest' => "boot/pcmemtest",
'doc' => "files/$arch/doc",
'install/extra' => "files/$arch/install/extra",
'install/stage2/mdkinst.sqfs' => "files/$arch/install/stage2/mdkinst.sqfs",