model: Show virtualized hardware too.

This commit is contained in:
Dylan Araps 2017-08-16 10:49:37 +10:00
parent 738ef06d3f
commit 69012eb0ff

View file

@ -344,7 +344,7 @@ get_model() {
model="${model//Type1ProductConfigId}" model="${model//Type1ProductConfigId}"
case "$model" in case "$model" in
"Standard PC"*) model="KVM/QEMU" ;; "Standard PC"*) model="KVM/QEMU (${model})" ;;
esac esac
} }