From 8fd33a5e69c81bdc538b8b87abeb5fcce2adadaf Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 20 May 2025 20:15:47 +0800 Subject: [PATCH] fix --- docs/en/guide/incus/incus_windows.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/en/guide/incus/incus_windows.md b/docs/en/guide/incus/incus_windows.md index cb102934f8..e546a1754e 100644 --- a/docs/en/guide/incus/incus_windows.md +++ b/docs/en/guide/incus/incus_windows.md @@ -2,15 +2,13 @@ ## Verify the Incus Driver -Ensure that `incus info` output contains `driver: qemu`, otherwise you cannot create VMs: +Ensure that `incus info` output contains `qemu`, otherwise you cannot create VMs: ```shell incus info | grep -i driver: -# Correct example: -# driver: qemu ``` -If it shows `driver: lxc`, adjust the setting in `/etc/incus/daemon.conf` to `driver = qemu` and restart the Incus service. +If it only shows `lxc`, no need to read the subsequent tutorials, incus drivers don't support opening a VM. ## Prepare the Environment and Patch the Image @@ -135,4 +133,4 @@ incus start winvm The frontend lacks authentication, so you can't set user passwords. -If you need frontend authentication, you'll need to use `Guacamole` with additional settings to implement it, which won't be covered in detail here. \ No newline at end of file +If you need frontend authentication, you'll need to use `Guacamole` with additional settings to implement it, which won't be covered in detail here.