已索引
虚拟机转化为模版
点击虚拟机条目 > 右侧三个点 ... > 创建虚拟机模版 > 克隆为虚拟机模版或者转化为虚拟机模版 > 输入模版名后,确认即可。
虚拟机模版会自动存放到内容库里面。
安装 tools
挂载 tools 镜像后,执行里面的可执行文件即可。
点击虚拟机条目 > 右侧三个点 ... > 挂载虚拟机工具映像 > 执行完后面的命令后,点击“弹出虚拟机工具映像”。
# mkdir /mnt/cd
# mount /dev/cdrom /mnt/cd
mount: /dev/sr0 is write-protected, mounting read-only
# cd /mnt/cd
# ./SMTX_VM_TOOLS_INSTALL.sh
Verifying archive integrity... 100% All good.
Uncompressing SMTX VM Tools 100%
Run precheck of SVT installation...
Install SVT files...
Install SVT service...
Created symlink from /etc/systemd/system/dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants/SVT.service to /usr/lib/systemd/system/SVT.service.
Run postcheck of SVT installation...
SVT is installed successfully!
# cd
# umount /mnt/cd