From 48040f57be9e7189727ddbf838f98c2a23302a04 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 24 Apr 2020 14:41:06 +0200 Subject: [PATCH] Update naming for "Linux Mint", and add note about derivatives (#10696) Signed-off-by: Sebastiaan van Stijn --- engine/install/index.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/engine/install/index.md b/engine/install/index.md index dbde299157..1eb1eff1a6 100644 --- a/engine/install/index.md +++ b/engine/install/index.md @@ -49,11 +49,16 @@ and architectures: ##### Other Linux distributions +> **Note** +> +> While the instructions below may work, Docker does not test or verify +> installation on derivatives. + - Users of Debian derivatives such as "BunsenLabs Linux", "Kali Linux" or - "Linux Mint" should follow the installation instructions for [Debian](debian.md), - substituting the version of their distro for the corresponding Debian release. - Refer to the documentation of your distro to find which Debian release - corresponds with your derivative version. + "LMDE" (Debian-based Mint) should follow the installation instructions for + [Debian](debian.md), substituting the version of their distro for the + corresponding Debian release. Refer to the documentation of your distro to find + which Debian release corresponds with your derivative version. - Likewise, users of Ubuntu derivatives such as "Kubuntu", "Lubuntu" or "Xubuntu" should follow the installation instructions for [Ubuntu](ubuntu.md), substituting the version of their distro for the corresponding Ubuntu release.