Commit 69012eb0 authored by Dylan Araps's avatar Dylan Araps

model: Show virtualized hardware too.

parent 738ef06d
...@@ -344,7 +344,7 @@ get_model() { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment