summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2019-03-17 16:33:08 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2019-03-17 16:33:08 +0000
commitb96eb67445fc89fc1e6175221ba217a3645c70f1 (patch)
tree417e615b449a5f319203345469c445fe9983365d
parentc5267150597139c22dc541f25c1c6394352ab1c0 (diff)
downloaddraklive-config-b96eb67445fc89fc1e6175221ba217a3645c70f1.tar
draklive-config-b96eb67445fc89fc1e6175221ba217a3645c70f1.tar.gz
draklive-config-b96eb67445fc89fc1e6175221ba217a3645c70f1.tar.bz2
draklive-config-b96eb67445fc89fc1e6175221ba217a3645c70f1.tar.xz
draklive-config-b96eb67445fc89fc1e6175221ba217a3645c70f1.zip
Force clone mode when using NVIDIA proprietary driver (mga#24469).
-rw-r--r--config/build.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/build.cfg b/config/build.cfg
index 75158cc..c1e2a2a 100644
--- a/config/build.cfg
+++ b/config/build.cfg
@@ -337,9 +337,9 @@ my $config = {
bootloader_timeout => 10,
bootloader_entries => [
'Boot Mageia Live' => { append => $default_append . ' xdriver=free' },
- ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot' },
+ ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot xclone=1' },
'Install Mageia Live' => { append => $default_append . ' xdriver=free install' },
- ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot 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' },
],
mbr_boot_img => 'bootloader/images/boot_hybrid.img',