mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
1122: Add OS detection block for Garuda Linux
This commit is contained in:
parent
0b6f300693
commit
543c41675b
@ -214,6 +214,12 @@
|
|||||||
OS_NAME="Flatcar Linux"
|
OS_NAME="Flatcar Linux"
|
||||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
;;
|
;;
|
||||||
|
"garuda")
|
||||||
|
LINUX_VERSION="Garuda"
|
||||||
|
OS_FULLNAME="Garuda Linux"
|
||||||
|
OS_NAME="Garuda"
|
||||||
|
OS_VERSION="Rolling release"
|
||||||
|
;;
|
||||||
"gentoo")
|
"gentoo")
|
||||||
LINUX_VERSION="Gentoo"
|
LINUX_VERSION="Gentoo"
|
||||||
OS_NAME="Gentoo Linux"
|
OS_NAME="Gentoo Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user