From a6f5579e000dd99f0001ac4278191a2cc7d71d25 Mon Sep 17 00:00:00 2001 From: fujiwara Date: Tue, 31 Jan 2017 20:50:59 +0900 Subject: [PATCH] add Japanese ks files --- l10n/fedora-livecd-lxde-ja_JP.ks | 36 ++++++++++++++++++++++++++++++++ l10n/fedora-livecd-xfce-ja_JP.ks | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 l10n/fedora-livecd-lxde-ja_JP.ks create mode 100644 l10n/fedora-livecd-xfce-ja_JP.ks diff --git a/l10n/fedora-livecd-lxde-ja_JP.ks b/l10n/fedora-livecd-lxde-ja_JP.ks new file mode 100644 index 0000000..1bd9524 --- /dev/null +++ b/l10n/fedora-livecd-lxde-ja_JP.ks @@ -0,0 +1,36 @@ +# fedora-livecd-lxde-ja_JP.ks +# +# Description: +# - Japanese Fedora Live Spin with the LXDE Desktop Environment +# +# Maintainer(s): +# - Shintaro Fujiwara + +%include ../fedora-live-lxde.ks + +lang ja_JP.UTF-8 +keyboard jp +timezone Asia/Tokyo + +%packages +@japanese-support +# exclude input methods: +-m17n* +-scim* +-ibus* +-iok +%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 + diff --git a/l10n/fedora-livecd-xfce-ja_JP.ks b/l10n/fedora-livecd-xfce-ja_JP.ks new file mode 100644 index 0000000..39e44b3 --- /dev/null +++ b/l10n/fedora-livecd-xfce-ja_JP.ks @@ -0,0 +1,36 @@ +# fedora-livecd-xfce-ja_JP.ks +# +# Description: +# - Japanese Fedora Live Spin with the Xfce Desktop Environment +# +# Maintainer(s): +# - Shintaro Fujiwara + +%include ../fedora-live-xfce.ks + +lang ja_JP.UTF-8 +keyboard jp +timezone Asia/Tokyo + +%packages +@japanese-support +# exclude input methods: +-m17n* +-scim* +-ibus* +-iok +%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 +