From c5a51f6ecd3cda8bdcbe3c2395ca8e7603b4d5ce Mon Sep 17 00:00:00 2001 From: dahura35 Date: Thu, 20 Sep 2018 15:11:38 +0900 Subject: [PATCH] fixed fedora-livedvd-games-ja_JP.ks --- l10n/fedora-livedvd-games-ja_JP.ks | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 l10n/fedora-livedvd-games-ja_JP.ks diff --git a/l10n/fedora-livedvd-games-ja_JP.ks b/l10n/fedora-livedvd-games-ja_JP.ks new file mode 100644 index 0000000..00e79ec --- /dev/null +++ b/l10n/fedora-livedvd-games-ja_JP.ks @@ -0,0 +1,40 @@ +# fedora-livedvd-games-ja_JP.ks +# +# Description: +# - Japanese Fedora Live Spin with the game Desktop Environment +# +# Maintainer(s): +# - Mika Tsukada + +%include ../fedora-live-games.ks + +lang ja_JP.UTF-8 +keyboard ja +timezone Asia/Tokyo + +%packages +@japanese-support +# exclude input methods except ibus: +-m17n* +-scim* +-iok +glibc-langpack-ja +# ibus-stuff +ibus-kkc +ibus-mozc +%end + +%post +cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF" +# Read and parsed by systemd-localed. It's probably wise not to edit this file +# manually too freely. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "jp" + Option "XkbModel" "jp106" +EndSection +EOF +%end + +