forked from srbala/fedora-kickstarts
Add cinnamon-ja_JP.ks to l10n directory.
new file: fedora-livecd-cinnamon-ja_JP.ks
This commit is contained in:
parent
04ff19c726
commit
ca21a47f34
35
l10n/fedora-livecd-cinnamon-ja_JP.ks
Normal file
35
l10n/fedora-livecd-cinnamon-ja_JP.ks
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# fedora-livecd-cinnamon-ja_JP.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Japanese Fedora Live Spin with the Cinnamon Desktop Environment
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
||||||
|
|
||||||
|
%include ../fedora-live-cinnamon.ks
|
||||||
|
|
||||||
|
lang ja_JP.UTF-8
|
||||||
|
keyboard jp
|
||||||
|
timezone Asia/Tokyo
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@japanese-support
|
||||||
|
# exclude input methods except ibus:
|
||||||
|
-m17n*
|
||||||
|
-scim*
|
||||||
|
-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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user