diff options
-rw-r--r-- | examples/gui/config/build.cfg | 4 | ||||
-rw-r--r-- | examples/minimal/config/build.cfg | 2 | ||||
-rw-r--r-- | examples/xfce/config/build.cfg | 4 |
3 files changed, 5 insertions, 5 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' }, ], diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 2e5e567..9aceac6 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -166,7 +166,7 @@ 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' }, 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => 'none' }, ], mbr_boot_img => '/usr/share/drakiso/bootloader/images/boot_hybrid.img', 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' }, ], |