diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-23 21:00:19 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-23 21:00:19 +0000 |
commit | 090792e47255bdc1e8ad0609478a426bc3e1801a (patch) | |
tree | 98d69801939852ed20387c8f682d4f5e10bc165f /config | |
parent | 67c1a866459151ba98331dfc152bcf7a00d5e87b (diff) | |
download | draklive-config-090792e47255bdc1e8ad0609478a426bc3e1801a.tar draklive-config-090792e47255bdc1e8ad0609478a426bc3e1801a.tar.gz draklive-config-090792e47255bdc1e8ad0609478a426bc3e1801a.tar.bz2 draklive-config-090792e47255bdc1e8ad0609478a426bc3e1801a.tar.xz draklive-config-090792e47255bdc1e8ad0609478a426bc3e1801a.zip |
Update config to use bootloader files fetched from repo.
Diffstat (limited to 'config')
-rw-r--r-- | config/build.cfg | 10 |
1 files 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), }; |