From 542b7db69f0302db9ff72b6dbb340a0610a87732 Mon Sep 17 00:00:00 2001 From: robotsnh <88983536+robotsnh@users.noreply.github.com> Date: Sat, 2 May 2026 11:50:04 +0100 Subject: [PATCH 1/2] docs: used flowing verse on the debug page explaining why LXC might mark your installation as unsupported This is necessary so our documentation is more professional and consistent; as a consequence, our documentation is more accessible for possible new contributors. --- source/more-info/unsupported/lxc.markdown | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/more-info/unsupported/lxc.markdown b/source/more-info/unsupported/lxc.markdown index e5385dbc0f60..f50f4071dc5c 100644 --- a/source/more-info/unsupported/lxc.markdown +++ b/source/more-info/unsupported/lxc.markdown @@ -5,11 +5,8 @@ description: "More information on why LXC marks the installation as unsupported. ## The issue -Running the Supervisor in an LXC virtual machine will cause issues both with -performance and with container management in general. Using LXC in combination -with the Supervisor is not supported. +Running the Supervisor in an LXC virtual machine will cause issues both with performance and with container management in general. Using LXC in combination with the Supervisor is not supported. ## The solution -You need to reinstall the host operating system that runs the Supervisor, -for instructions on how to proceed with that [have a look here](/more-info/unsupported/os). +You need to reinstall the host operating system that runs the Supervisor, for instructions on how to proceed with that [have a look here](/more-info/unsupported/os). From 242538eb8bf06e1e01ccb6d40642fae64eb89df7 Mon Sep 17 00:00:00 2001 From: robotsnh <88983536+robotsnh@users.noreply.github.com> Date: Sat, 2 May 2026 11:57:39 +0100 Subject: [PATCH 2/2] docs: fixed punctuation errors on debug page explaining why LXC might mark your installation as unsupported This is necessary so that our documentation is more correct and professional. A lack of correct punctuation may cause beginners to be warded away from the project; this pull request counteracts that. --- source/more-info/unsupported/lxc.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/more-info/unsupported/lxc.markdown b/source/more-info/unsupported/lxc.markdown index f50f4071dc5c..02b735f66c86 100644 --- a/source/more-info/unsupported/lxc.markdown +++ b/source/more-info/unsupported/lxc.markdown @@ -9,4 +9,4 @@ Running the Supervisor in an LXC virtual machine will cause issues both with per ## The solution -You need to reinstall the host operating system that runs the Supervisor, for instructions on how to proceed with that [have a look here](/more-info/unsupported/os). +You need to reinstall the host operating system that runs the Supervisor. For instructions on how to proceed with that, [have a look here](/more-info/unsupported/os).