mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-22 06:50:43 -04:00
image: retire idle=poll option for AWS (#3387)
This commit is contained in:
parent
622406de2c
commit
bd31361d3d
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ csp_settings = {
|
||||||
"kernel_command_line_dict": {
|
"kernel_command_line_dict": {
|
||||||
"console": "ttyS0",
|
"console": "ttyS0",
|
||||||
"constel.csp": "aws",
|
"constel.csp": "aws",
|
||||||
"idle": "poll",
|
"mitigations": "auto,nosmt",
|
||||||
"mitigations": "auto",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"azure": {
|
"azure": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue