6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS7にKVMをインストール

Last updated at Posted at 2014-11-20
インストール
yum install -y \
  virt-manager qemu-kvm libvirt-daemon* \
  xorg-x11-xauth vlgothic-fonts adwaita-gtk3-theme
スタートアップに登録
systemctl enable libvirtd
X転送でつなげる
ssh -X servername virt-manager

参考

アイコンが表示されない場合

adwaita-gtk3-theme をインストールする。
(ubuntuではhicolor-icon-theme)

スクリーンショット 2014-11-21 6.02.22.png

スクリーンショット 2014-11-21 6.02.09.png

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?