diff --git a/content/post/incus-install.md b/content/post/incus-install.md index 6980edf..4f73217 100644 --- a/content/post/incus-install.md +++ b/content/post/incus-install.md @@ -268,7 +268,8 @@ incus3 | eth0: 192.168.1.3 | 10.10.10.3 | Rocky9 | /dev/sdb | 10.10.10.3 incus ``` ### qemu 虚拟机 -- Windows 客户机需要安装 xmanager,Linux 和 Mac 客户机需要安装 virt-viewer +- Windows 客户机需要安装 xmanager 和 xshell +- 用 xshell 连接 incus 服务器 - 下载 RockyLinux8 操作系统镜像文件:Rocky-8.10-x86_64-minimal.iso - 创建 iso 存储卷 ```BASH @@ -302,7 +303,7 @@ incus3 | eth0: 192.168.1.3 | 10.10.10.3 | Rocky9 | /dev/sdb | 10.10.10.3 incus # boot.priority=10:boot 优先级,数字越大,优先级越高 ``` -- 启动虚拟机,这里会调用客户机的 virt-viewer 或 xmanager +- 启动虚拟机,这里会调用 windows 客户机的 xmanager ```BASH incus start vm1 --console=vga ```