mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
image: move idle and nosmt to aws-only images (#2297)
We don't want these options on other CSPs. This is temporary until AWS fixed some background issues. We need to set the option we want to set differently on each provider once per provider as we need to keep some of the options we set with higher priority.
This commit is contained in:
parent
ecfb6d9b1f
commit
cb934ed087
0
image/.csp/aws
Normal file
0
image/.csp/aws
Normal file
@ -1,2 +1,5 @@
|
||||
[Match]
|
||||
PathExists=../.csp/aws
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=mitigations=auto idle=poll
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Match]
|
||||
PathExists=../.csp/azure
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=mitigations=auto,nosmt
|
||||
|
@ -6,7 +6,7 @@ Release=38
|
||||
Format=disk
|
||||
ManifestFormat=json,changelog
|
||||
Bootable=yes
|
||||
KernelCommandLine=mitigations=auto idle=poll preempt=full rd.shell=0 rd.emergency=reboot loglevel=8 console=ttyS0
|
||||
KernelCommandLine=preempt=full rd.shell=0 rd.emergency=reboot loglevel=8 console=ttyS0
|
||||
SplitArtifacts=yes
|
||||
# Enable Secure Boot with own PKI
|
||||
SecureBoot=yes
|
||||
|
@ -1,2 +1,5 @@
|
||||
[Match]
|
||||
PathExists=../.csp/gcp
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=mitigations=auto,nosmt
|
||||
|
@ -2,7 +2,7 @@
|
||||
PathExists=../.csp/openstack
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=mem_encrypt=on kvm_amd.sev=1 module_blacklist=qemu_fw_cfg console=tty0 console=ttyS0
|
||||
KernelCommandLine=mem_encrypt=on kvm_amd.sev=1 module_blacklist=qemu_fw_cfg console=tty0 console=ttyS0 mitigations=auto,nosmt
|
||||
|
||||
[Content]
|
||||
Autologin=yes
|
||||
|
@ -4,3 +4,6 @@ PathExists=../.csp/qemu
|
||||
[Content]
|
||||
Autologin=yes
|
||||
Environment=CONSOLE_MOTD=true
|
||||
|
||||
[Output]
|
||||
KernelCommandLine=mitigations=auto,nosmt
|
||||
|
Loading…
Reference in New Issue
Block a user