1
0
Fork 0

realtime profile: fix nowatchdog kernel command line option

The correct string for the option is "tsc=nowatchdog", and
not "nowatchdog".

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
Marcelo Tosatti 2019-11-13 11:33:51 -02:00 committed by Jaroslav Škarvada
parent 2cb59c2ed6
commit 785128af2d

View file

@ -37,7 +37,7 @@ kernel.timer_migration = 0
/sys/devices/system/machinecheck/machinecheck*/ignore_ce = 1
[bootloader]
cmdline_realtime=+isolcpus=${isolated_cores} intel_pstate=disable nosoftlockup nowatchdog
cmdline_realtime=+isolcpus=${isolated_cores} intel_pstate=disable nosoftlockup tsc=nowatchdog
[script]
script = ${i:PROFILE_DIR}/script.sh