[Pkg-libvirt-commits] [libguestfs] 30/233: builder: Document how to set Japanese language support in Fedora 20.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:10:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit fcdea83c6b9dc94a565a819a9f42e0c4721166e8
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sun Jan 12 17:06:02 2014 +0000
builder: Document how to set Japanese language support in Fedora 20.
This updates/fixes commit 7e8ad13e863a5c87e3da47288bcecdb88ca0e4cb.
---
builder/virt-builder.pod | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index c1adfa8..f7eb9e9 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -831,31 +831,27 @@ See L<https://wiki.debian.org/Keyboard>.
Most Linux distributions support multiple locale settings so that you
can have guest messages printed in another language such as Russian.
+
However there is no single setting which controls this, since extra
-packages may need to be installed to support console and X fonts and
+packages may need to be installed to support console and X fonts, and
keyboard input methods. The packages required, and their
configuration is highly distro-specific, and it is outside the scope
of virt-builder to do this.
-=begin comment
-
This section contains examples for some common Linux distributions.
=head3 Setting Japanese in Fedora 20
-XXX This does not work.
-
virt-builder fedora-20 \
--size 20G \
--update \
- --install @gnome-desktop --install @japanese-support \
+ --install @japanese-support \
+ --install @xfce \
+ --install xorg-x11-server-Xorg,xorg-x11-drivers,rsyslog \
+ --link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target \
--firstboot-command 'localectl set-locale LANG=ja_JP.utf8' \
--firstboot-command 'localectl set-keymap jp' \
- --firstboot-command 'systemctl enable gdm.service' \
- --firstboot-command 'systemctl start gdm.service' \
- --link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target
-
-=end comment
+ --firstboot-command 'systemctl isolate graphical.target'
=head2 LOG FILE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list