This patchset addresses Fedora BZ1078311 and introduces a new configuration file layout structure for the kdump files.
Changes since v2: ----------------- - Replaced usage of kdump config file name/absolute path with MACROs at all relevant places.
Changes since v1: ----------------- - Address review comments from Pratyush ~ Break the earlier single patch into simpler patches. ~ Other review comments. - Improve the kdump configuration file generation to do the same automatically when a new package is installed.
Patchset Description: -------------------- Patch 1: Start using sensible MACROs for kdump config files across other helper scripts. Patch 2: Improves the description at the top of kdump.conf Patch 3: Patch which actually changes the kdump configuration file layout.
Bhupesh Sharma (3): Use sensible MACROs for kdump config files across other helper scripts kdump.conf: Improve description Change kdump configuration file layout
dracut-kdump.sh | 7 +- dracut-module-setup.sh | 8 +- fadump-howto.txt | 8 +- kdump-create-config.sh | 373 +++++++++++++++++++++++++++++++++++++++++++++ kdump-lib-initramfs.sh | 3 +- kdump-lib.sh | 21 +-- kdump.conf | 4 +- kdump.conf.5 | 43 +++++- kdumpctl | 30 ++-- kexec-kdump-howto.txt | 18 +-- kexec-tools.spec | 30 ++-- live-image-kdump-howto.txt | 2 +- mkdumprd | 13 +- mkdumprd.8 | 4 +- 14 files changed, 486 insertions(+), 78 deletions(-) create mode 100755 kdump-create-config.sh