Skip to content

Commit 21a9328

Browse files
authored
Merge pull request #719 from Scnaeg/system_product_name_vmware_uefi
Detect UEFI VMware guests
2 parents a6866b8 + e29d7d7 commit 21a9328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/specinfra/host_inventory/virtualization.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get
3232

3333
def parse_system_product_name(ret)
3434
product_name = case ret
35-
when /.*VMware Virtual Platform/
35+
when /.*(VMware Virtual Platform|VMware7,1)/
3636
'vmware'
3737
when /.*VirtualBox/
3838
'vbox'

0 commit comments

Comments
 (0)