summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-21 18:31:32 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-05-23 18:31:00 +0100
commit63c9d61e1e7fa64b4b977c49125cb8665b471465 (patch)
treed755efe196bdfb56385dd1eb9736ce5bb2a80d9d /examples
parentb66496b4b205f6628dfcb78f9a73ec8bf95d8cea (diff)
downloaddrakiso-63c9d61e1e7fa64b4b977c49125cb8665b471465.tar
drakiso-63c9d61e1e7fa64b4b977c49125cb8665b471465.tar.gz
drakiso-63c9d61e1e7fa64b4b977c49125cb8665b471465.tar.bz2
drakiso-63c9d61e1e7fa64b4b977c49125cb8665b471465.tar.xz
drakiso-63c9d61e1e7fa64b4b977c49125cb8665b471465.zip
Remove unneeded bootloader menu entries in minimal example.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/minimal/config/build.cfg7
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',