Skip to content

Commit

Permalink
Update hw_model.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 17, 2019
1 parent 27a0d77 commit db22a1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hw_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,16 @@
HW_CPUID=1

#x86_64 native PC
elif (( $HW_MODEL == 21 )); then
elif (( $HW_MODEL == 29 )); then

HW_MODEL_DESCRIPTION='Native PC'


#Docker Container
elif (( $HW_MODEL == 21 )); then

HW_MODEL_DESCRIPTION='Docker'

#VM
elif (( $HW_MODEL == 20 )); then

Expand Down

0 comments on commit db22a1f

Please sign in to comment.