重置云镜像文件root用户密码

400阅读 0评论2022-10-30 zenith518
分类:云计算

imgfile=$1
pass=$2
virt-customize -a $imgfile --root-password password:$pass


留一个方便使用的指令
上一篇:让Excel行号自己说话
下一篇:如何解决can't find '__main__' module in ...pep517.../_in_process.py 问题