From 36c6a8bfcfbae3215a2ee8ba0b5b8f3f36c7cc8f Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Fri, 30 Aug 2024 17:20:17 -0400 Subject: [PATCH] doc/howto/instances_create: add note about SELinux and LXD agent Signed-off-by: Simon Deziel --- doc/howto/instances_create.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/howto/instances_create.md b/doc/howto/instances_create.md index a3a277740f0d..df324582c624 100644 --- a/doc/howto/instances_create.md +++ b/doc/howto/instances_create.md @@ -357,7 +357,7 @@ Now the VM can be rebooted, and it will boot from disk. -If the VM installed from an ISO is a Linux distribution using `systemd`, it is possible to install the LXD agent inside of it. This can be done manually as the root user inside the VM: +If the VM was installed from an ISO is a Linux distribution using `systemd`, it is possible to install the LXD agent inside of it. This can be done manually as the root user inside the VM: modprobe 9pnet_virtio @@ -368,6 +368,9 @@ If the VM installed from an ISO is a Linux distribution using `systemd`, it is p umount /mnt reboot +```{note} +On SELinux enabled distribution, it might be necessary to disable SELinux or set it to `permissive` mode. Please refer to your OS vendor documentation for how to do this. +``` ```` ````{group-tab} API