diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2019-01-31 18:31:14 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2019-01-31 18:31:14 +0000 |
commit | 1444f545271fc5351c0bcf692c033d3a7a123714 (patch) | |
tree | af35274108e3413bc6963e812a340a784f58cac1 /config/build.cfg | |
parent | a1c40cb0492ff25d88644a16292f95354fffc94a (diff) | |
download | draklive-config-1444f545271fc5351c0bcf692c033d3a7a123714.tar draklive-config-1444f545271fc5351c0bcf692c033d3a7a123714.tar.gz draklive-config-1444f545271fc5351c0bcf692c033d3a7a123714.tar.bz2 draklive-config-1444f545271fc5351c0bcf692c033d3a7a123714.tar.xz draklive-config-1444f545271fc5351c0bcf692c033d3a7a123714.zip |
Update for new bootloader entry strings.
Diffstat (limited to 'config/build.cfg')
-rw-r--r-- | config/build.cfg | 10 |
1 files 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', |