diff --git a/5.PVE配置模板虚拟机.md b/5.PVE配置模板虚拟机.md index ab36739..abaf5e4 100644 --- a/5.PVE配置模板虚拟机.md +++ b/5.PVE配置模板虚拟机.md @@ -417,3 +417,13 @@ rm -rvf ~/.bash_history ~/.zsh_history ## 清理命令历史 history -c ``` + +## 2.虚拟机转为模板 + +将 Debian 模板虚拟机关机,并进入 PVE 的 WEB 管理界面。 + +在左侧虚拟机列表中,鼠标 **右键单击** Debian 模板虚拟机,在弹出的对话框中,选择 `转换成模板` : + +![虚拟机转模板](img/Template/vm_to_template.png) + +需要说明的是,虚拟机 `转换成模板` 的操作是不可逆的。 \ No newline at end of file diff --git a/img/Template/vm_to_template.png b/img/Template/vm_to_template.png new file mode 100644 index 0000000..c20c0fb Binary files /dev/null and b/img/Template/vm_to_template.png differ