mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 16:25:05 -05:00
cli: disable smt via cpu_options (#2291)
Disabling SMT dynamically inside the image creates problems on AWS. The problem should be fixed by disabling smt through the VMM. By recommendation from AWS: add idle=poll. This should improve our launch success rate while they investigate some upstream issues.
This commit is contained in:
parent
463833433c
commit
75ce11af14
2 changed files with 13 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Release=38
|
|||
Format=disk
|
||||
ManifestFormat=json,changelog
|
||||
Bootable=yes
|
||||
KernelCommandLine=mitigations=auto,nosmt preempt=full rd.shell=0 rd.emergency=reboot loglevel=8 console=ttyS0
|
||||
KernelCommandLine=mitigations=auto idle=poll preempt=full rd.shell=0 rd.emergency=reboot loglevel=8 console=ttyS0
|
||||
SplitArtifacts=yes
|
||||
# Enable Secure Boot with own PKI
|
||||
SecureBoot=yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue