From da7caefeba4994f9d31b8523e6cabb3c28505d29 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Mar 2020 17:59:19 +0000 Subject: Default to not generating a xorg.conf file on boot. --- config/build.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/build.cfg b/config/build.cfg index 5d8cfe1..e4b5506 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -362,9 +362,9 @@ my $config = { bootloader_default => 0, bootloader_timeout => 10, bootloader_entries => [ - 'Boot Mageia Live' => { append => $default_append . ' xdriver=free' }, + 'Boot Mageia Live' => { append => $default_append . ' noxconf' }, ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1' }, - 'Install Mageia Live' => { append => $default_append . ' xdriver=free install' }, + 'Install Mageia Live' => { append => $default_append . ' noxconf install' }, ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1 install' }, 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, ], -- cgit v1.2.1