summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2020-03-21 17:59:19 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2020-03-22 18:46:51 +0000
commitda7caefeba4994f9d31b8523e6cabb3c28505d29 (patch)
tree2c2b679ea98934727b07c3705d8d47003b7e6b09 /config
parentaa7905150f12465a6d289dc8834117ee982d2e5d (diff)
downloaddraklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar
draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar.gz
draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar.bz2
draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.tar.xz
draklive-config-da7caefeba4994f9d31b8523e6cabb3c28505d29.zip
Default to not generating a xorg.conf file on boot.
Diffstat (limited to 'config')
-rw-r--r--config/build.cfg4
1 files changed, 2 insertions, 2 deletions
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' },
],