image: retire idle=poll option for AWS (#3387)

This commit is contained in:
Markus Rudy 2024-10-04 17:01:18 +02:00 committed by GitHub
parent 622406de2c
commit bd31361d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {