phodevi: overlayfs detection improvement

This commit is contained in:
Michael Larabel
2018-07-18 06:54:43 -05:00
parent 9f88c84d31
commit 22e630d5e1

View File

@@ -322,7 +322,8 @@ class phodevi_system extends phodevi_device_interface
$fs_checks = array(
'squashfs' => 'SquashFS',
'aufs' => 'AuFS',
'unionfs' => 'UnionFS'
'unionfs' => 'UnionFS',
'overlay' => 'overlayfs',
);
foreach($fs_checks as $fs_module => $fs_name)