更新 PVE 制作虚拟机模板

This commit is contained in:
CallMeR
2023-06-26 18:07:49 +08:00
parent 2dc5780c17
commit 025d3ae558
3 changed files with 5 additions and 3 deletions
+5 -3
View File
@@ -166,7 +166,7 @@ sudo apt dist-upgrade
sudo apt install qemu-guest-agent zsh git htop lm-sensors tmux cron nftables sshguard sudo apt install qemu-guest-agent zsh git htop lm-sensors tmux cron nftables sshguard
## 安装系统自动更新工具 ## 安装系统自动更新工具
sudo apt install unattended-upgrades apt-listchanges powermgmt-base python3-gi sudo apt install unattended-upgrades powermgmt-base python3-gi
## 安装网络工具 ## 安装网络工具
sudo apt install iperf iperf3 iftop lsof ldnsutils sudo apt install iperf iperf3 iftop lsof ldnsutils
@@ -464,9 +464,11 @@ history -c
在左侧虚拟机列表中,鼠标 **右键单击** Debian 模板虚拟机,在弹出的菜单中选择 `转换成模板` 在左侧虚拟机列表中,鼠标 **右键单击** Debian 模板虚拟机,在弹出的菜单中选择 `转换成模板`
![虚拟机转模板](img/p05/vm_to_template.png)
需要说明的是,虚拟机 `转换成模板` 的操作是不可逆的。 需要说明的是,虚拟机 `转换成模板` 的操作是不可逆的。
如果某些 Debian 系统的配置项有问题,只能在用该模板克隆出来的新虚拟机中进行修改,或者删除并重新制作模板。 如果某些 Debian 系统的配置项有问题,只能在用该模板克隆出来的新虚拟机中进行修改,或者删除并重新制作模板。
![虚拟机转模板](img/p05/vm_to_template.jpeg)
至此 Debian 虚拟机模板制作完成。
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB