summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-06 23:39:42 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-12-06 23:39:42 +0000
commit8585fe0ece9cd5b5791378ea6d231ba665794ce5 (patch)
tree3af7e12eddceaa108cd90e1900cfc4ce1e524e04 /config/live.cfg
parentbf15bffd02290a82cb114330e8ac5527bea3abc8 (diff)
downloaddraklive-config-8585fe0ece9cd5b5791378ea6d231ba665794ce5.tar
draklive-config-8585fe0ece9cd5b5791378ea6d231ba665794ce5.tar.gz
draklive-config-8585fe0ece9cd5b5791378ea6d231ba665794ce5.tar.bz2
draklive-config-8585fe0ece9cd5b5791378ea6d231ba665794ce5.tar.xz
draklive-config-8585fe0ece9cd5b5791378ea6d231ba665794ce5.zip
Add support for language/keyboard selection in bootloader.
Eventually most of this should move elsewhere so it can be shared with the classic installer ISOs.
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/*', ''],