model: Add support for KVM/QEMU.

This commit is contained in:
Dylan Araps
2017-08-16 10:46:19 +10:00
parent c108713b91
commit 738ef06d3f
3 changed files with 6 additions and 2 deletions

View File

@@ -342,6 +342,10 @@ get_model() {
model="${model//Default string}"
model="${model//Not Specified}"
model="${model//Type1ProductConfigId}"
case "$model" in
"Standard PC"*) model="KVM/QEMU" ;;
esac
}
get_title() {