summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",