add proxmox to isVM

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-07-09 18:13:02 +01:00
parent 2630931eee
commit 721c909158

View File

@ -926,6 +926,7 @@ module.exports.isVM = function isVM()
case 'Xen':
case 'SeaBIOS':
case 'EFI Development Kit II / OVMF':
case 'Proxmox distribution of EDK II':
ret = true;
break;
default: