Libvirt — 使用 libguestfs 修改 QCOW2 镜像的密码
Posted 范桂飓
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Libvirt — 使用 libguestfs 修改 QCOW2 镜像的密码相关的知识,希望对你有一定的参考价值。
目录
文章目录
使用 libguestfs 修改 QCOW2 镜像的密码
- 安装 guestfish tool。
$ yum install libguestfs guestfish -y
- 其中 libvirtd。
$ systemctl start libvirtd
- 获取原始 Qcow2 镜像。
$ cd /tmp
$ wget https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-2009.qcow2c --no-check-certificate
- 获取加密密码
$ openssl passwd -1
以上是关于Libvirt — 使用 libguestfs 修改 QCOW2 镜像的密码的主要内容,如果未能解决你的问题,请参考以下文章