- Make sure the changes are fully in effect before returning (bsc#1154638)

OBS-URL: https://build.opensuse.org/package/show/system:install:head/live-langset-data?expand=0&rev=27
This commit is contained in:
Fabian Vogt 2019-10-30 14:00:09 +00:00 committed by Git OBS Bridge
parent d77cfbfea4
commit e805677c21
2 changed files with 8 additions and 0 deletions

View File

@ -86,3 +86,6 @@ fi
[ -z "$keytable" ] || localectl set-keymap $keytable
echo "$lang" > /var/lib/zypp/RequestedLocales
# Make sure all changes are in effect when returning
systemctl restart systemd-vconsole-setup

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 13:58:53 UTC 2019 - Fabian Vogt <fvogt@suse.com>
- Make sure the changes are fully in effect before returning (bsc#1154638)
-------------------------------------------------------------------
Fri Jan 18 09:19:37 UTC 2019 - Fabian Vogt <fvogt@suse.com>