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:
authorIdesmi <21034950+Idesmi@users.noreply.github.com>2021-05-14 12:00:39 +0300
committerGitHub <noreply@github.com>2021-05-14 12:00:39 +0300
commit7044d7647ec5731a3bd954e9af99768ad7aa06df (patch)
tree7ccc58347b24356aa3ffaa58942f74c8a3e700d0 /include/osdetection
parentd0e1b7cd8e91230faeaff054e340477c6f9b0e7d (diff)
Added openSUSE MicroOS
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 6d0e161f..6ae742bf 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -291,6 +291,11 @@
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
OS_NAME="openSUSE"
;;
+ "opensuse-microos")
+ LINUX_VERSION="openSUSE MicroOS"
+ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
+ OS_NAME="openSUSE"
+ ;;
"parrot")
LINUX_VERSION="Parrot"
OS_NAME="Parrot GNU/Linux"