mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 00:34:14 +02:00
Merge pull request #1209 from mrpjl/master
Added Funtoo Linux to osdetection
This commit is contained in:
commit
2d16c60da1
@ -244,6 +244,11 @@
|
|||||||
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 '"')
|
||||||
;;
|
;;
|
||||||
|
"funtoo")
|
||||||
|
LINUX_VERSION="Funtoo"
|
||||||
|
OS_FULLNAME="Funtoo Linux"
|
||||||
|
OS_VERSION="Rolling release"
|
||||||
|
;;
|
||||||
"garuda")
|
"garuda")
|
||||||
LINUX_VERSION="Garuda"
|
LINUX_VERSION="Garuda"
|
||||||
OS_FULLNAME="Garuda Linux"
|
OS_FULLNAME="Garuda Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user