about summary refs log tree commit diff
path: root/xuname
diff options
context:
space:
mode:
Diffstat (limited to 'xuname')
-rwxr-xr-xxuname1
1 files changed, 1 insertions, 0 deletions
diff --git a/xuname b/xuname
index 8dbcf17..7c63755 100755
--- a/xuname
+++ b/xuname
@@ -7,6 +7,7 @@ MACH=$(xbps-uhelper arch)
 OUTDATED=$(xbps-install -Mun)
 HOLD=$(xbps-query -H)
 VM=$(dmesg 2>/dev/null | awk '/Hypervisor detected/{print $NF}')
+[ -z "$VM" ] && grep -q hypervisor /proc/cpuinfo && VM=VM
 CPU=$(cat /proc/cpuinfo |awk '/^vendor_id/{print $NF;exit}')
 [ -z "$CPU" ] && CPU=$(cat /proc/cpuinfo |awk '/^platform/{print $NF;exit}')
 REPO=$(xbps-query --regex -p repository -s '.' | cut -d/ -f2- | sort -u | awk '