add proxmox to isVM
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jul 9, 2024 at 18:13 UTC
721c909158ac653e3c8a96d1af430c0b07f7b2e3
1 file changed
+1
agents/modules_meshcore/computer-identifiers.js
+1
@@ -926,6 +926,7 @@ module.exports.isVM = function isVM()
926
case 'Xen':
927
case 'SeaBIOS':
928
case 'EFI Development Kit II / OVMF':
929
+ case 'Proxmox distribution of EDK II':
930
ret = true;
931
break;
932
default: