From ade6ca04b8d44a8f3c3257f81ed4a35b51a832fe Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 23 Oct 2022 23:39:00 +0100 Subject: Remove non-free driver options from 32-bit boot menu. All the NVIDIA drivers are now only available for 64-bit systems. --- config/build.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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', -- cgit v1.2.1