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.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg
index 1a0e9fc..b8ddc75 100644
--- a/examples/xfce/config/build.cfg
+++ b/examples/xfce/config/build.cfg
@@ -230,11 +230,11 @@ my $config = {
bootloader_default => 0,
bootloader_timeout => 10,
bootloader_entries => [
- 'Boot Mageia Live' => { append => $default_append . ' xdriver=free' },
- ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot' },
- 'Install Mageia Live' => { append => $default_append . ' xdriver=free install' },
- ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot install' },
- 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' },
+ 'Boot Mageia Live' => { append => $default_append . ' xdriver=free' },
+ ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot' },
+ 'Install Mageia Live' => { append => $default_append . ' xdriver=free install' },
+ ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot install' },
+ 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' },
],
mbr_boot_img => '/usr/share/drakiso/bootloader/images/boot_hybrid.img',
eltorito_img => '/usr/share/drakiso/bootloader/images/eltorito.img',