Detect KVM when dmesg doesn't show "KVM"

e.g. running UFW
This commit is contained in:
vvto33 2022-04-30 07:53:38 +09:00
parent e0fef8561f
commit afaeb33168

View File

@ -136,6 +136,8 @@ check_virt(){
virt="OpenVZ"
elif [[ "${virtualx}" == *kvm-clock* ]]; then
virt="KVM"
elif [[ "${sys_product}" == *KVM* ]]; then
virt="KVM"
elif [[ "${cname}" == *KVM* ]]; then
virt="KVM"
elif [[ "${cname}" == *QEMU* ]]; then