summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/live.cfg')
-rw-r--r--config/live.cfg28
1 files changed, 15 insertions, 13 deletions
diff --git a/config/live.cfg b/config/live.cfg
index 105c3d7..1a2bbc8 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -242,19 +242,21 @@ my $_l = {
int => [ map { "i18n-$_" } qw(en) ],
},
media => {
- storage => 'iso',
- source => build_one_label($live),
- bootloader_theme => 'maggy',
- bootloader_timeout => 10,
- bootloader_default => 0,
- bootloader_entries => [ 'Boot Mageia Live' => 'xdriver=free',
- ' + use non-free video drivers' => 'nokmsboot',
- 'Install Mageia Live' => 'install xdriver=free',
- ' + use non-free video drivers' => 'install nokmsboot',
- ],
- #mbr_boot_img => 'files/grub2/boot_hybrid.img',
- #eltorito_img => 'files/grub2/eltorito.img',
- #bootx64_efi => 'files/grub2/bootx64.efi',
+ storage => 'iso',
+ source => build_one_label($live),
+ bootloader_langs => 'bootloader/lang-names.txt',
+ bootloader_kbds => 'bootloader/kbd-names.txt',
+ bootloader_messages => 'bootloader/po',
+ bootloader_default => 0,
+ bootloader_timeout => 10,
+ bootloader_entries => [ 'Boot Mageia Live' => 'xdriver=free',
+ ' + use non-free video drivers (slower to boot)' => 'nokmsboot',
+ 'Install Mageia Live' => 'install xdriver=free',
+ ' + use non-free video drivers (slower to boot)' => 'install nokmsboot',
+ ],
+ #mbr_boot_img => 'bootloader/boot_hybrid.img',
+ #eltorito_img => 'bootloader/eltorito.img',
+ #bootx64_efi => 'bootloader/bootx64.efi',
files => [
# FIXME: add doc and autorun
#[ 'extra/livecd/autorun/*', ''],