From 2a05e3e2f8dfb0276ce6908245beb890059e274f Mon Sep 17 00:00:00 2001 From: colben Date: Sat, 8 Feb 2025 10:57:43 +0800 Subject: [PATCH] update --- content/post/incus-install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ```