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-07-21 00:29:10 +0300
committerGitHub <noreply@github.com>2021-07-21 00:29:10 +0300
commit8f6a373f6b0bc156db448f16946082894a92e753 (patch)
tree16b0db55d4ec65db26426872e7cf22eb03125430 /include/osdetection
parent997b84cc55c1a4d1bdd2f0603eb9951854da2d51 (diff)
parent7044d7647ec5731a3bd954e9af99768ad7aa06df (diff)
Merge pull request #1153 from Idesmi/patch-1
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 60063dd1..16d47a71 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -314,6 +314,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"