55c89fc118
On ppc64le KVM hypervisor SMT is enabled by default. Adding the task to disable SMT to allow launching the instance in running state. Setting the default console type as noVNC for ppc64 arch. Change-Id: I119455a499255725dd616eb488a1c67f828d925a
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
#
|
|
# A task to turn off smt
|
|
#
|
|
|
|
description "turn off the smt"
|
|
|
|
start on runlevel [2345]
|
|
|
|
task
|
|
exec ppc64_cpu --smt=off
|