Model: Remove more unneeded outputs

This commit is contained in:
Muhammad Herdiansyah 2017-09-18 14:29:35 +07:00
parent b3e90cc322
commit c1dac90399
1 changed files with 1 additions and 0 deletions

View File

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