summaryrefslogtreecommitdiffstats
path: root/examples/xfce/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xfce/config/build.cfg')
-rw-r--r--examples/xfce/config/build.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg
index a34efb0..40c8ba3 100644
--- a/examples/xfce/config/build.cfg
+++ b/examples/xfce/config/build.cfg
@@ -234,9 +234,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' },
],