From 1444f545271fc5351c0bcf692c033d3a7a123714 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Thu, 31 Jan 2019 18:31:14 +0000 Subject: Update for new bootloader entry strings. --- config/build.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/build.cfg b/config/build.cfg index fcbbb8d..9d0b05e 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -327,11 +327,11 @@ my $config = { bootloader_default => 0, bootloader_timeout => 10, bootloader_entries => [ - 'Boot Mageia Live' => { append => $default_append . ' xdriver=free' }, - ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot' }, - 'Install Mageia Live' => { append => $default_append . ' xdriver=free install' }, - ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot install' }, - 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, + 'Boot Mageia Live' => { append => $default_append . ' xdriver=free' }, + ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot' }, + 'Install Mageia Live' => { append => $default_append . ' xdriver=free install' }, + ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot install' }, + 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, ], mbr_boot_img => 'bootloader/images/boot_hybrid.img', eltorito_img => 'bootloader/images/eltorito.img', -- cgit v1.2.1