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:
authorMichael Boelen <michael.boelen@cisofy.com>2021-11-18 13:08:06 +0300
committerGitHub <noreply@github.com>2021-11-18 13:08:06 +0300
commit2d16c60da165ddba654ea3cec6a58491fd48532f (patch)
treec589aa10fcbbcc20dd5895ea4235f2338f15b365 /include
parent7674a08ab8ded581e612ae715cbc70975538ec0d (diff)
parente7c8b235bb11106a427375da94969b8b0393e07d (diff)
Merge pull request #1209 from mrpjl/master
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"