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:
parent
2cb59c2ed6
commit
785128af2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue