summaryrefslogtreecommitdiffstats
path: root/examples/gui/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/config/build.cfg')
-rw-r--r--examples/gui/config/build.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg
index f3ddbc3..f87a9f5 100644
--- a/examples/gui/config/build.cfg
+++ b/examples/gui/config/build.cfg
@@ -185,9 +185,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' },
- '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 install' },
'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' },
],