Skip to content

Commit

Permalink
doc/howto/instances_create: add note about SELinux and LXD agent
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Aug 30, 2024
1 parent 19ac4f6 commit 36c6a8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/howto/instances_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Now the VM can be rebooted, and it will boot from disk.
<!-- iso_vm_step7 end -->
<!-- iso_vm_step8 start -->
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:
<!-- iso_vm_step8 end -->
modprobe 9pnet_virtio
Expand All @@ -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
Expand Down

0 comments on commit 36c6a8b

Please sign in to comment.