mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] systemd: install loadkeys and keymaps for systemd-vconsole-setup
@ 2025-04-07 10:55 Philipp Zabel
  2025-05-09  7:25 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-04-07 10:55 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Select KBD, KBD_LOADKEYS, and KBD_KEYMAPS to fix the
systemd-vconsole-setup.service unit. systemd-vconsole-setup
fails with exit status 1 if it can not execute loadkeys, leading
to "degraded" system state.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/systemd.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/systemd.in b/rules/systemd.in
index 58fb447c519e..a39397f69819 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -15,6 +15,9 @@ config SYSTEMD
 	select HOST_MESON
 	select HOST_GPERF
 	select ROOTFS_RUN
+	select KBD		if RUNTIME && SYSTEMD_VCONSOLE
+	select KBD_LOADKEYS	if RUNTIME && SYSTEMD_VCONSOLE
+	select KBD_KEYMAPS	if RUNTIME && SYSTEMD_VCONSOLE
 	select LIBC_CRYPT
 	select LIBC_PTHREAD
 	select LIBC_RT
-- 
2.39.5




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] systemd: install loadkeys and keymaps for systemd-vconsole-setup
  2025-04-07 10:55 [ptxdist] [PATCH] systemd: install loadkeys and keymaps for systemd-vconsole-setup Philipp Zabel
@ 2025-05-09  7:25 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-05-09  7:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 446090a04ec8344dbfaea928cd1878578dd4f8fa.

Michael

[sent from post-receive hook]

On Fri, 09 May 2025 09:25:00 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Select KBD, KBD_LOADKEYS, and KBD_KEYMAPS to fix the
> systemd-vconsole-setup.service unit. systemd-vconsole-setup
> fails with exit status 1 if it can not execute loadkeys, leading
> to "degraded" system state.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20250407105515.3392871-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/systemd.in b/rules/systemd.in
> index 58fb447c519e..a39397f69819 100644
> --- a/rules/systemd.in
> +++ b/rules/systemd.in
> @@ -15,6 +15,9 @@ config SYSTEMD
>  	select HOST_MESON
>  	select HOST_GPERF
>  	select ROOTFS_RUN
> +	select KBD		if RUNTIME && SYSTEMD_VCONSOLE
> +	select KBD_LOADKEYS	if RUNTIME && SYSTEMD_VCONSOLE
> +	select KBD_KEYMAPS	if RUNTIME && SYSTEMD_VCONSOLE
>  	select LIBC_CRYPT
>  	select LIBC_PTHREAD
>  	select LIBC_RT



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-09  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-07 10:55 [ptxdist] [PATCH] systemd: install loadkeys and keymaps for systemd-vconsole-setup Philipp Zabel
2025-05-09  7:25 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox