doc/kdump.conf: correctly align the options

Resolves: https://issues.redhat.com/browse/RHEL-84470
Upstream: kdump-utils
Conflict: None

commit d6e1edc677bfd15fb4553101ffb5a34130959861
Author: Coiby Xu <coxu@redhat.com>
Date:   Wed Mar 13 14:12:58 2024 +0800

    doc/kdump.conf: correctly align the options

    Currently, the other options like "raw <partition>" become child items
    of the auto_reset_crashkernel option,

           auto_reset_crashkernel <yes|no>
                  ...

                  raw <partition>
                         ...

                  nfs <nfs mount>
                         ...
                  ...

    Fix it by ending the auto_reset_crashkernel with ".RE".

    Fixes: 73ced7f4 ("introduce the auto_reset_crashkernel option to kdump.conf")
    Signed-off-by: Coiby Xu <coxu@redhat.com>
    Reviewed-by: Philipp Rudo <prudo@redhat.com>

Signed-off-by: Philipp Rudo <prudo@redhat.com>
This commit is contained in:
Philipp Rudo 2025-04-08 17:27:05 +02:00
parent cde08580ae
commit 1553eb62da

View File

@ -43,6 +43,7 @@ reset-crashkernel [--kernel=path_to_kernel]" if you want to use the default
value set after having enabled features like SME/SEV for a specific kernel. And
you should also reboot the system for the new crashkernel value to take effect.
Also see kdumpctl(8).
.RE
.B raw <partition>
.RS