forked from srbala/fedora-kickstarts
Merge #125 add Japanese ks files
This commit is contained in:
commit
fb5f48f81a
36
l10n/fedora-livecd-lxde-ja_JP.ks
Normal file
36
l10n/fedora-livecd-lxde-ja_JP.ks
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# fedora-livecd-lxde-ja_JP.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Japanese Fedora Live Spin with the LXDE Desktop Environment
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
36
l10n/fedora-livecd-xfce-ja_JP.ks
Normal file
36
l10n/fedora-livecd-xfce-ja_JP.ks
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# fedora-livecd-xfce-ja_JP.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Japanese Fedora Live Spin with the Xfce Desktop Environment
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user