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:
authorMarc Hendry <marc.hendry@protonmail.com>2021-05-14 17:04:07 +0300
committerMarc Hendry <marc.hendry@protonmail.com>2021-05-14 17:04:07 +0300
commitb339145b84e0756697e7f21ed73e5766299603a4 (patch)
treee725512b5435a72bdf2ee9c98e90b7ad78e908d0 /include/osdetection
parentd0e1b7cd8e91230faeaff054e340477c6f9b0e7d (diff)
Added Arch Linux 32
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..3b628c52 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -168,6 +168,11 @@
OS_FULLNAME="Arch Linux"
OS_VERSION="Rolling release"
;;
+ "arch32")
+ LINUX_VERSION="Arch Linux 32"
+ OS_FULLNAME="Arch Linux 32"
+ OS_VERSION="Rolling release"
+ ;;
"centos")
LINUX_VERSION="CentOS"
OS_NAME="CentOS Linux"