diff --git a/content/post/incus-install.md b/content/post/incus-install.md index c9ac85c..164edd5 100644 --- a/content/post/incus-install.md +++ b/content/post/incus-install.md @@ -69,9 +69,10 @@ categories: ["kvm", "container"] ### 安装 incus 环境 - 安装 incus 包 ```BASH - dnf -y copr enable ligenix/enterprise-qemu-spice + dnf -y copr enable ligenix/enterprise-qemu-wider dnf install lvm2 incus incus-tools - ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64 + # 如果要运行 kvm 虚拟机,还需要安装如下 qemu 包 + dnf install qemu-system-x86 ``` - 修改 incus 服务文件