From 9dc1bc3b20ae2a512d940cb9e36fefb201dfce5d Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:21:23 +0100 Subject: [PATCH] Update incus_lxd_lxc_kvm.md --- docs/incus_lxd_lxc_kvm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/incus_lxd_lxc_kvm.md b/docs/incus_lxd_lxc_kvm.md index dc61d3c..abcb5ce 100644 --- a/docs/incus_lxd_lxc_kvm.md +++ b/docs/incus_lxd_lxc_kvm.md @@ -14,6 +14,8 @@ Create a debian 12 jail and [install incus](https://github.com/zabbly/incus#installation). Also install the `incus-ui-canonical` package to install the web interface. Ensure the config file looks like the below: +Run `modprobe vhost_vsock` on the TrueNAS host. + ``` startup=0 docker_compatible=1 @@ -25,8 +27,6 @@ systemd_run_default_args=--property=KillMode=mixed --property=Type=notify --prop systemd_nspawn_default_args=--keep-unit --quiet --boot ``` -Run `modprobe vhost_vsock` on the TrueNAS host. TODO: Check if this is really required. - Check out [First steps with Incus](https://linuxcontainers.org/incus/docs/main/tutorial/first_steps/). ## Create Ubuntu Desktop VM