version number unchanged, just added a vm possible id, will impact few users, if you care, update.

This commit is contained in:
Harald Hope 2016-10-23 21:28:40 -07:00
parent 7c179b02fc
commit 344af561f1
2 changed files with 15 additions and 1 deletions

4
inxi
View file

@ -2,7 +2,7 @@
########################################################################
#### Script Name: inxi
#### Version: 2.3.2
#### Date: 2016-10-20
#### Date: 2016-10-23
#### Patch Number: 00
########################################################################
#### SPECIAL THANKS
@ -5467,6 +5467,8 @@ get_device_vm()
vm='openvz'
elif [[ -e /proc/xen ]];then
vm='xen'
elif [[ -e /dev/vzfs ]];then
vm='virtuozzo'
fi
if [[ $vm == 'other-vm?' ]];then
vm_data=$vm_data$Lspci_v_Data

View file

@ -1,3 +1,15 @@
=====================================================================================
Version: 2.3.2
Patch Version: 00
Script Date: 2016-10-23
-----------------------------------
Changes:
-----------------------------------
version number unchanged, just added a vm possible id, will impact few users, if you care, update.
-----------------------------------
-- Harald Hope - Sun, 23 Oct 2016 21:27:23 -0700
=====================================================================================
Version: 2.3.2
Patch Version: 00