mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Update MakeLinuxFastAgain task
This commit is contained in:
parent
6fec976422
commit
7b01f8a30c
1 changed files with 2 additions and 0 deletions
|
@ -280,6 +280,8 @@ class MakeLinuxFastAgain(Task):
|
|||
info.grub_config['GRUB_CMDLINE_LINUX'].append('nospec_store_bypass_disable')
|
||||
info.grub_config['GRUB_CMDLINE_LINUX'].append('no_stf_barrier')
|
||||
info.grub_config['GRUB_CMDLINE_LINUX'].append('mds=off')
|
||||
info.grub_config['GRUB_CMDLINE_LINUX'].append('tsx=on')
|
||||
info.grub_config['GRUB_CMDLINE_LINUX'].append('tsx_async_abort=off')
|
||||
info.grub_config['GRUB_CMDLINE_LINUX'].append('mitigations=off')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue