Mageia Bugzilla – Attachment 10511 Details for
Bug 23877
Mga-7-beta-1 classical installer: French AZERTY layout is not working when entering root + user login/password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch that fixes this bug
fix-installer-keymap.patch (text/plain), 702 bytes, created by
Martin Whitaker
on 2018-11-28 00:24:52 CET
(
hide
)
Description:
Patch that fixes this bug
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2018-11-28 00:24:52 CET
Size:
702 bytes
patch
obsolete
>diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm >index 91e90e042..164be7199 100644 >--- a/perl-install/install/steps.pm >+++ b/perl-install/install/steps.pm >@@ -142,6 +142,8 @@ sub selectKeyboard { > run_program::rooted($::prefix, 'loadkeys', keyboard::keyboard2kmap($o->{keyboard})) > or log::l("loadkeys failed"); > keyboard::write($o->{keyboard}); >+ #- restore the keymap for the installer, in case it has been reset during package installation (mga#23877) >+ keyboard::setup_install($o->{keyboard}); > } 'installPackages' if !$o->{isUpgrade} || !$o->{keyboard}{unsafe}; > } > #------------------------------------------------------------------------------
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index 91e90e042..164be7199 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -142,6 +142,8 @@ sub selectKeyboard { run_program::rooted($::prefix, 'loadkeys', keyboard::keyboard2kmap($o->{keyboard})) or log::l("loadkeys failed"); keyboard::write($o->{keyboard}); + #- restore the keymap for the installer, in case it has been reset during package installation (mga#23877) + keyboard::setup_install($o->{keyboard}); } 'installPackages' if !$o->{isUpgrade} || !$o->{keyboard}{unsafe}; } #------------------------------------------------------------------------------
View Attachment As Raw
Actions:
View
Attachments on
bug 23877
:
10511
|
10536
|
10537