Go to file
Coiby Xu e42a823dae mkdumprd: Use the correct syntax to redirect the stderr to null
A space was added by mistake and unfortunately fips-mode-setup refuses
an extra parameter,

    # fips-mode-setup --is-enabled 2 > /dev/null
    # echo $?
    2
    # fips-mode-setup --is-enabled 2
    Check, enable, or disable the system FIPS mode.
    usage: /usr/bin/fips-mode-setup --enable|--disable [--no-bootcfg]
    usage: /usr/bin/fips-mode-setup --check
    usage: /usr/bin/fips-mode-setup --is-enabled

So in this case mkdumprd can never detect if FIPS is enabled. Fix this
mistake.

Fixes: 443a43e0 ("mkdumprd: call dracut with --add-device to install the drivers needed by /boot partition automatically for FIPS")
Signed-off-by: Coiby Xu <coxu@redhat.com>
Reviewed-by: Tao Liu <ltao@redhat.com>
2023-06-01 16:39:12 +08:00
spec Add ShellSpec tests for managing the crashkernel kernel parameter 2023-05-29 14:40:57 +08:00
tests tests: use .nmconnection to set up test network 2022-11-09 14:07:29 +08:00
.editorconfig dracut-early-kdump: explicitly use bash 2023-01-30 17:37:23 +08:00
.gitignore
.shellspec
60-fadump.install fadump: add a kernel install hook to clean up fadump initramfs 2022-12-07 09:42:29 +08:00
60-kdump.install
92-crashkernel.install Prefix reset-crashkernel-{for-installed_kernel,after-update} with underscore 2022-10-20 13:54:10 +08:00
98-kexec.rules
98-kexec.rules.ppc64
crashkernel-howto.txt remind the users to run zipl after calling grubby on s390x 2022-08-03 11:09:55 +08:00
dracut-early-kdump-module-setup.sh
dracut-early-kdump.sh kdumpctl: merge check_current_{kdump,fadump}_status 2023-01-30 17:37:23 +08:00
dracut-fadump-init-fadump.sh
dracut-fadump-module-setup.sh
dracut-kdump-capture.service
dracut-kdump-emergency.service
dracut-kdump-emergency.target
dracut-kdump.sh Show how much time kdump has waited for the network to be ready 2023-04-15 06:39:17 +08:00
dracut-module-setup.sh dracut-module-setup: remove dead source_ifcfg_file 2023-04-17 14:49:51 +08:00
dracut-monitor_dd_progress
early-kdump-howto.txt
fadump-howto.txt update fadump-howto 2022-04-24 09:35:05 +08:00
gen-kdump-conf.sh kdump.conf: use a simple generator script to maintain 2022-11-25 17:16:09 +08:00
gen-kdump-sysconfig.sh sysconfig: add zfcp.allow_lun_scan to KDUMP_COMMANDLINE_REMOVE on s390 2023-03-13 15:30:00 +08:00
kdump-dep-generator.sh
kdump-in-cluster-environment.txt
kdump-lib-initramfs.sh kdump-lib-initramfs: remove is_fs_dump_target 2023-04-17 14:49:51 +08:00
kdump-lib.sh kdump-lib: fix the matching pattern for debug-kernel 2023-05-23 14:59:09 +08:00
kdump-logger.sh
kdump-migrate-action.sh
kdump-restart.sh
kdump-udev-throttler
kdump.conf.5 Simplify the management of the kernel parameter crashkernel 2023-05-29 14:40:57 +08:00
kdump.service kdumpctl: Move temp file in get_kernel_size to global temp dir 2023-05-16 09:21:13 +08:00
kdumpctl Add ShellSpec tests for managing the crashkernel kernel parameter 2023-05-29 14:40:57 +08:00
kdumpctl.8
kexec-kdump-howto.txt
kexec-tools-2.0.23-s390_handle_R_390_PLT32DBL_reloc_entries_in_machine_apply_elf_rel_.patch
kexec-tools-2.0.26-makedumpfile-Fix-wrong-exclusion-of-slab-pages-on-Linux-6.2.patch makedumpfile: Fix wrong exclusion of slab pages on Linux 6.2-rc1 2023-01-30 17:37:23 +08:00
kexec-tools.spec Release 2.0.26-5 2023-05-29 17:42:49 +08:00
live-image-kdump-howto.txt
mkdumprd mkdumprd: Use the correct syntax to redirect the stderr to null 2023-06-01 16:39:12 +08:00
mkdumprd.8
mkfadumprd mkfadumprd: drop unset globals from debug output 2023-01-30 17:37:23 +08:00
README
sources Release 2.0.26-1 2022-12-22 12:55:14 +08:00
zanata-notes.txt

Adding a patch to kexec-tools
=============================
There is a mailing list kexec@lists.fedoraproject.org where all the dicussion
related to fedora kexec-tools happen. All the patches are posted there for
inclusion and committed to kexec-tools after review.

So if you want your patches to be included in fedora kexec-tools package,
post these to kexec@lists.fedoraproject.org.

One can subscribe to list and browse through archives here.

https://admin.fedoraproject.org/mailman/listinfo/kexec