diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/minimal/config/build.cfg | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 6d77a79..4cf1558 100755 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -167,11 +167,8 @@ 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' }, + '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', |