mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-31 07:44:54 +08:00
fix
This commit is contained in:
@@ -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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user