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:
commit
ef776f38db
@ -31,7 +31,7 @@ fi
|
|||||||
|
|
||||||
[ -z "$KEYTABLE" ] || localectl set-keymap $KEYTABLE
|
[ -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
|
if [ -n "$XkbLayout" ] && [ -n "$XkbModel" ] && [ -n "$XkbVariant" ] && [ -n "$XkbOptions" ]; then
|
||||||
localectl set-x11-keymap "$XkbLayout" "$XkbModel" "$XkbVariant" "$XkbOptions"
|
localectl set-x11-keymap "$XkbLayout" "$XkbModel" "$XkbVariant" "$XkbOptions"
|
||||||
|
@ -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
|
Tue Dec 12 09:29:39 UTC 2017 - fvogt@suse.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user