Skip to content

Commit

Permalink
update default sysconfig values
Browse files Browse the repository at this point in the history
update default sysconfig values to the current kdump
defaults documented in kdump(5)
  • Loading branch information
jiribohac committed Jun 27, 2023
1 parent 7310367 commit e7c5fa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/modules/Kdump.rb
Expand Up @@ -147,19 +147,19 @@ def reset

@DEFAULT_CONFIG = {
"KDUMP_KERNELVER" => "",
"KDUMP_CPUS" => "",
"KDUMP_CPUS" => "1",
"KDUMP_COMMANDLINE" => "",
"KDUMP_COMMANDLINE_APPEND" => "",
"KDUMP_AUTO_RESIZE" => "no",
"KDUMP_AUTO_RESIZE" => "false",
"KEXEC_OPTIONS" => "",
"KDUMP_IMMEDIATE_REBOOT" => "yes",
"KDUMP_IMMEDIATE_REBOOT" => "true",
"KDUMP_TRANSFER" => "",
"KDUMP_SAVEDIR" => "file:///var/crash",
"KDUMP_KEEP_OLD_DUMPS" => "5",
"KDUMP_KEEP_OLD_DUMPS" => "0",
"KDUMP_FREE_DISK_SIZE" => "64",
"KDUMP_VERBOSE" => "3",
"KDUMP_VERBOSE" => "0",
"KDUMP_DUMPLEVEL" => "31",
"KDUMP_DUMPFORMAT" => "lzo",
"KDUMP_DUMPFORMAT" => "compressed",
"KDUMP_CONTINUE_ON_ERROR" => "true",
"KDUMP_REQUIRED_PROGRAMS" => "",
"KDUMP_PRESCRIPT" => "",
Expand Down

0 comments on commit e7c5fa5

Please sign in to comment.