From 090792e47255bdc1e8ad0609478a426bc3e1801a Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 23 Dec 2017 21:00:19 +0000 Subject: Update config to use bootloader files fetched from repo. --- config/build.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/build.cfg b/config/build.cfg index 244ec32..f5ddd06 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -253,9 +253,11 @@ my $_l = { storage => 'iso', label => build_label($build), bootloader_title => build_title($build), + bootloader_theme => 'bootloader/maggy', + bootloader_font => 'bootloader/unicode.pf2', bootloader_langs => 'bootloader/lang-names.txt', bootloader_kbds => 'bootloader/kbd-names.txt', - bootloader_messages => 'bootloader/po', + bootloader_messages => 'bootloader/messages', bootloader_default => 0, bootloader_timeout => 10, bootloader_entries => [ @@ -265,9 +267,9 @@ my $_l = { ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot' }, 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => '' }, ], - #mbr_boot_img => 'bootloader/boot_hybrid.img', - #eltorito_img => 'bootloader/eltorito.img', - #bootx64_efi => 'bootloader/bootx64.efi', + mbr_boot_img => 'bootloader/images/boot_hybrid.img', + eltorito_img => 'bootloader/images/eltorito.img', + bootx64_efi => 'bootloader/images/bootx64.efi', }, mount => MGA::DrakISO::Mounts::volatile_squash_union($use_modules), }; -- cgit v1.2.1