Mageia Bugzilla – Attachment 10548 Details for
Bug 23946
Live installer ignores non-QWERTY keyboard for disc partitioning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
do not run mageia-setup-keyboard on live install
0001-do-not-run-mageia-setup-keyboard-on-live-install.patch (text/plain), 1.09 KB, created by
Thierry Vignaud
on 2018-12-11 06:34:02 CET
(
hide
)
Description:
do not run mageia-setup-keyboard on live install
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2018-12-11 06:34:02 CET
Size:
1.09 KB
patch
obsolete
>From 6f79e1ef807d80a94f27272e9a54c0006f7e33a1 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Tue, 11 Dec 2018 06:33:12 +0100 >Subject: [PATCH] do not run mageia-setup-keyboard on live install > >--- > NEWS | 2 ++ > lib/keyboard.pm | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/NEWS b/NEWS >index 85a9a4f..1565435 100644 >--- a/NEWS >+++ b/NEWS >@@ -1,3 +1,5 @@ >+- do not run mageia-setup-keyboard on live install >+ > Version 1.25 - 4 November 2018 > > - fix setting systemd default.target to requested runlevel (mga#22593) >diff --git a/lib/keyboard.pm b/lib/keyboard.pm >index b920929..ae86e56 100644 >--- a/lib/keyboard.pm >+++ b/lib/keyboard.pm >@@ -627,7 +627,7 @@ Section "InputClass" > output_p("$::prefix/etc/X11/xorg.conf.d/00-keyboard.conf", $xorgconf); > > run_program::rooted($::prefix, 'dumpkeys', '>', '/etc/sysconfig/console/default.kmap') or log::l("dumpkeys failed"); >- run_program::run('mageia-setup-keyboard'); >+ run_program::run('mageia-setup-keyboard') if !$::isLiveInstall; > } > > sub configure_and_set_standalone { >-- >2.20.0 >
From 6f79e1ef807d80a94f27272e9a54c0006f7e33a1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Tue, 11 Dec 2018 06:33:12 +0100 Subject: [PATCH] do not run mageia-setup-keyboard on live install --- NEWS | 2 ++ lib/keyboard.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 85a9a4f..1565435 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- do not run mageia-setup-keyboard on live install + Version 1.25 - 4 November 2018 - fix setting systemd default.target to requested runlevel (mga#22593) diff --git a/lib/keyboard.pm b/lib/keyboard.pm index b920929..ae86e56 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -627,7 +627,7 @@ Section "InputClass" output_p("$::prefix/etc/X11/xorg.conf.d/00-keyboard.conf", $xorgconf); run_program::rooted($::prefix, 'dumpkeys', '>', '/etc/sysconfig/console/default.kmap') or log::l("dumpkeys failed"); - run_program::run('mageia-setup-keyboard'); + run_program::run('mageia-setup-keyboard') if !$::isLiveInstall; } sub configure_and_set_standalone { -- 2.20.0
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23946
:
10548