feat: Add several boot options in hardware config
Multiple boot options have been added in the hardware-configuration for the x86_64-linux system. This includes unsafe secrets mitigation options, such as 'noibrs', 'noibpb', 'nopti', etc., to potentially enhance system performance.
This commit is contained in:
parent
0a874834bc
commit
96e66ebad4
|
@ -34,7 +34,21 @@
|
|||
"quiet"
|
||||
"splash"
|
||||
"video=efifb:nobgrt"
|
||||
];
|
||||
|
||||
# unsafe, but no secrets on that machine
|
||||
"noibrs"
|
||||
"noibpb"
|
||||
"nopti"
|
||||
"nospectre_v2"
|
||||
"nospectre_v1"
|
||||
"l1tf=off"
|
||||
"nospec_store_bypass_disable"
|
||||
"no_stf_barrier"
|
||||
"mds=off"
|
||||
"tsx=on"
|
||||
"tsx_async_abort=off"
|
||||
"mitigations=off"
|
||||
];
|
||||
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue