一.配置虚拟机
1.rhel7.6景象,安装虚拟机,作为母盘,内存给20GB,其他自动
2.具体配置:
修改主机明
配置网洛:停掉网络管理器,可能会自动变动网络
地址解析:
软件仓库
关闭火墙和selinux
?母盘关机
二.封装虚拟机
?虚拟机根目录:/var/lib/libvirt/images
yum? install libguests-tools.noarch libguestfs-tools-c.x86_64 -y
安装清理软件
清理命令:virt-sysprep -d rhel7.6
?虚拟机压缩:virt-sparsify --compress rhel7.6.qcow2 rhel7.6.new.qcow2
?
?创建四个快照
?qemu-img create -f qcow2 -b rhel7.6.new.qcow2 server1 ? qemu-img create -f qcow2 -b rhel7.6.new.qcow2 server2 ? qemu-img create -f qcow2 -b rhel7.6.new.qcow2 server3 ? qemu-img create -f qcow2 -b rhel7.6.new.qcow2 server4
?
?打开虚拟机管理,用倒入方式新建虚拟机
?
?
?最后效果:
?
?
|