KVM — 安装部署

Posted 范桂飓

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KVM — 安装部署相关的知识,希望对你有一定的参考价值。

目录

HostOS 配置优化

  1. 使用国内 yum 和 epel 镜像源加速。
yum -y install wget

mkdir /etc/yum.repos.d/repo.bk
mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo.bk

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo

yum clean all
yum makecache

yum install -y

以上是关于KVM — 安装部署的主要内容,如果未能解决你的问题,请参考以下文章

KVM之KVM安装部署

centos7 KVM的安装与部署

kvm部署安装

Linux Kvm虚拟化部署(Centos)

linux下kvm的部署安装

CentOS7上安装KVM部署虚拟机