From d529055376cf47d591b115b81cc76cecb7e8a737 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 2 May 2021 10:10:47 +0200 Subject: Hide squashfs and overlay-FS from the overview Signed-off-by: szaimen --- lib/OperatingSystems/DefaultOs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OperatingSystems/DefaultOs.php b/lib/OperatingSystems/DefaultOs.php index bc91cc5..ebabaf9 100644 --- a/lib/OperatingSystems/DefaultOs.php +++ b/lib/OperatingSystems/DefaultOs.php @@ -196,7 +196,7 @@ class DefaultOs implements IOperatingSystem { } foreach ($matches['Filesystem'] as $i => $filesystem) { - if (in_array($matches['Type'][$i], ['tmpfs', 'devtmpfs'], false)) { + if (in_array($matches['Type'][$i], ['tmpfs', 'devtmpfs', 'squashfs', 'overlay'], false)) { continue; } -- cgit v1.2.3