model: Fix garbage

This commit is contained in:
dylan araps 2017-11-08 07:20:25 +11:00
parent 402ac0bc00
commit d21f9e928d
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ get_model() {
model="${model//Not Specified}" model="${model//Not Specified}"
model="${model//Type1ProductConfigId}" model="${model//Type1ProductConfigId}"
model="${model//INVALID}" model="${model//INVALID}"
model="${model//<2F>}"
case "$model" in case "$model" in
"Standard PC"*) model="KVM/QEMU (${model})" ;; "Standard PC"*) model="KVM/QEMU (${model})" ;;