From 63c9d61e1e7fa64b4b977c49125cb8665b471465 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Apr 2018 18:31:32 +0100 Subject: Remove unneeded bootloader menu entries in minimal example. --- examples/minimal/config/build.cfg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'examples') 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', -- cgit v1.2.1