温馨提示:

本文最后更新于2024年02月29日,已超过505天没有更新,若内容或图片失效,请留言反馈。

将任何 OpenVZ/LXC VPS 重新安装到 Debian/CentOS/Alpine
支持 OpenVZ 7 及以上版本,不支持 OpenVZ 6。
不支持虚拟机,例如 kvm、xen 和 vmware
Openvz和Lxc是典型的容器虚拟化技术。主机操作系统内核与主机和其他容器共享,操作系统所需的所有应用程序和运行时库都打包在容器本身中。
所以如果你想更换操作系统,只需更换容器中的文件即可。就是这样,简单明了。由于文件之间存在一些依赖性,因此请注意操作顺序。

(以下二选一)

wget -qO OsMutation.sh https://raw.githubusercontent.com/LloydAsp/OsMutation/main/OsMutation.sh && chmod u+x OsMutation.sh && ./OsMutation.sh
curl -so OsMutation.sh https://raw.githubusercontent.com/LloydAsp/OsMutation/main/OsMutation.sh && chmod u+x OsMutation.sh && ./OsMutation.sh

如硬盘小于等于1GB,请输入以下脚本

wget -qO OsMutation.sh https://raw.githubusercontent.com/LloydAsp/OsMutation/main/OsMutationTight.sh && chmod u+x OsMutation.sh && ./OsMutation.sh

项目地址 https://github.com/LloydAsp/OsMutation