1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

add 'EFI Development Kit II / OVMF' as VM

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-03-08 17:04:08 +00:00
parent 872794e15f
commit 05ee40c591

View file

@ -843,6 +843,7 @@ module.exports.isVM = function isVM()
case 'VMware, Inc.':
case 'Xen':
case 'SeaBIOS':
case 'EFI Development Kit II / OVMF':
ret = true;
break;
default: