Accepting request 557484 from system:install:head

- Fix typo in the /etc/localtime symlink

OBS-URL: https://build.opensuse.org/request/show/557484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/live-langset-data?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-12-16 19:54:13 +00:00 committed by Git OBS Bridge
commit ef776f38db
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fi
[ -z "$KEYTABLE" ] || localectl set-keymap $KEYTABLE
[ -n "$TIMEZONE" ] && [ -f "/usr/share/zoneinfo/$TIMEZONE" ] && rm -f /etc/localtime && ln -s /usr/share/zonezinfo/$TIMEZONE /etc/localtime
[ -n "$TIMEZONE" ] && [ -f "/usr/share/zoneinfo/$TIMEZONE" ] && rm -f /etc/localtime && ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime
if [ -n "$XkbLayout" ] && [ -n "$XkbModel" ] && [ -n "$XkbVariant" ] && [ -n "$XkbOptions" ]; then
localectl set-x11-keymap "$XkbLayout" "$XkbModel" "$XkbVariant" "$XkbOptions"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 15 19:52:28 UTC 2017 - fvogt@suse.com
- Fix typo in the /etc/localtime symlink
-------------------------------------------------------------------
Tue Dec 12 09:29:39 UTC 2017 - fvogt@suse.com