forked from pool/kexec-tools
* update man and --help * powerpc/kexec_load: add hotplug support * kexec_load: Use new kexec flag for hotplug support * x86-linux-setup.c: Use POSIX basename API * LoongArch: fix load command line segment error * LoongArch: add multi crash kernel segment support * LoongArch: fix kernel image size error * Arm: Fix add_buffer_phys_virt() align issue * Fix incorrect Free Software Foundation address in the license * util_lib/elf_info.c: fix a warning * kexec_file: add kexec_file flag to support debug printing * workflow: update to use checkout@v4 - drop kexec-dont-use-kexec_file_load-on-xen.patch, upstream - drop fix-building-on-x86_64-with-binutils-2.41.patch, upstream - kexec-tools-riscv-hotplug.patch: Fix build for riscv64. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=169
17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
#
|
|
# The name for the init script is correct. kexec-tools is no name
|
|
# for an init script.
|
|
addFilter(".*incoherent-init-script-name.*");
|
|
|
|
#
|
|
# $null is a valid dependency.
|
|
addFilter(".*init-script-undefined-dependency.*");
|
|
|
|
#
|
|
# It does not make any sense to stop the "service" kexec on removal.
|
|
# kexec is no service but an init script to run kexec when rebooting.
|
|
# Stopping it here would lead to a very unexpected behaviour on reboot. :)
|
|
addFilter(".*init-script-without-%stop_on_removal-preun.*");
|
|
|
|
# :mode=python:
|