diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/build.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/build.cfg b/config/build.cfg index 05a12d4..fa60780 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -383,9 +383,13 @@ my $config = { bootloader_timeout => 10, bootloader_entries => [ 'Boot Mageia Live' => { append => $default_append . ' noxconf xdriver=free' }, + if_($arch eq 'x86_64', ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1' }, + ), 'Install Mageia Live' => { append => $default_append . ' noxconf xdriver=free install' }, + if_($arch eq 'x86_64', ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1 install' }, + ), 'Memory Test' => { command => 'linux32', image => '/boot/memtest', initrd => 'none' }, ], mbr_boot_img => 'bootloader/images/boot_hybrid.img', |