From bec89b681db85c0b1c52b185d895c6ac29c41bd9 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Mar 2020 18:00:07 +0000 Subject: examples: default to not generating a xorg.conf file on boot. --- examples/xfce/config/build.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/xfce/config/build.cfg') 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' }, ], -- cgit v1.2.1