summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-09 23:18:39 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-04-15 22:06:36 +0100
commite8776cdc56be26520efb4007c319d2356a30055a (patch)
tree0699ce41bd770bff0e04a7769ee79412a2b91600 /examples
parent043333dda03be66fef493921b7e595557611e58a (diff)
downloaddrakiso-e8776cdc56be26520efb4007c319d2356a30055a.tar
drakiso-e8776cdc56be26520efb4007c319d2356a30055a.tar.gz
drakiso-e8776cdc56be26520efb4007c319d2356a30055a.tar.bz2
drakiso-e8776cdc56be26520efb4007c319d2356a30055a.tar.xz
drakiso-e8776cdc56be26520efb4007c319d2356a30055a.zip
GRUB2 at_keyboard is unreliable on real hardware, so don't use it.
Currently I don't see any way to reliably support different keyboard layouts in GRUB2, so remove all support for that. The keyboard menu is still useful for selecting the keyboard layout when using the minimal ISO example.
Diffstat (limited to 'examples')
-rw-r--r--examples/gui/config/build.cfg1
-rw-r--r--examples/xfce/config/build.cfg1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg
index 2506d8f..9e6d770 100644
--- a/examples/gui/config/build.cfg
+++ b/examples/gui/config/build.cfg
@@ -184,7 +184,6 @@ my $config = {
bootloader_theme => '/usr/share/drakiso-bootloader/maggy',
bootloader_font => '/usr/share/drakiso-bootloader/unicode.pf2',
bootloader_langs => '/usr/share/drakiso-bootloader/lang-names.txt',
- bootloader_kbds => '/usr/share/drakiso-bootloader/kbd-names.txt',
bootloader_messages => '/usr/share/drakiso-bootloader/messages',
bootloader_default => 0,
bootloader_timeout => 10,
diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg
index d6faa3c..db17310 100644
--- a/examples/xfce/config/build.cfg
+++ b/examples/xfce/config/build.cfg
@@ -232,7 +232,6 @@ my $config = {
bootloader_theme => '/usr/share/drakiso-bootloader/maggy',
bootloader_font => '/usr/share/drakiso-bootloader/unicode.pf2',
bootloader_langs => '/usr/share/drakiso-bootloader/lang-names.txt',
- bootloader_kbds => '/usr/share/drakiso-bootloader/kbd-names.txt',
bootloader_messages => '/usr/share/drakiso-bootloader/messages',
bootloader_default => 0,
bootloader_timeout => 10,