SHA256
1
0
forked from pool/kbd

Accepting request 908842 from home:kukuk:tiu

- Only run kbdsettings.service if /etc/sysconfig/keyboard exists.
  Necessary for image based installations without admin made changes.

OBS-URL: https://build.opensuse.org/request/show/908842
OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=137
This commit is contained in:
Stanislav Brabec 2021-09-10 13:40:39 +00:00 committed by Git OBS Bridge
parent c2ddcd715a
commit 0fbc4016ea
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 23 12:03:51 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Only run kbdsettings.service if /etc/sysconfig/keyboard exists.
Necessary for image based installations without admin made changes.
-------------------------------------------------------------------
Wed Jun 2 08:08:53 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kbd
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -3,6 +3,7 @@ Description=Apply settings from /etc/sysconfig/keyboard
After=basic.target
After=systemd-vconsole-setup.service
PartOf=systemd-vconsole-setup.service
ConditionPathExists=/etc/sysconfig/keyboard
ConditionPathExists=/dev/tty0
[Service]