Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajwal <me.codifier@gmail.com>2021-09-26 14:17:02 +0300
committerPrajwal <me.codifier@gmail.com>2021-09-26 14:27:07 +0300
commite7c8b235bb11106a427375da94969b8b0393e07d (patch)
treebc80a33ca9bee40e91aa4e3c4934f87e1cd8f073 /include
parent798c1054d7ac5ee6df6a2cbbdbb100545a3892f7 (diff)
Added Funtoo Linux to osdetection
Diffstat (limited to 'include')
-rw-r--r--include/osdetection5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index a4d3aa41..c91c69ec 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -244,6 +244,11 @@
OS_NAME="Flatcar Linux"
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
+ "funtoo")
+ LINUX_VERSION="Funtoo"
+ OS_FULLNAME="Funtoo Linux"
+ OS_VERSION="Rolling release"
+ ;;
"garuda")
LINUX_VERSION="Garuda"
OS_FULLNAME="Garuda Linux"