kdump/systemd: Drop the systemd loader appoach
Currently we have a loader script, that just calls the dump saving script and exits successfully. This was meant to prevent potential boot stalls due to systemd delays, but it proved to be just unnecessary...so, let's drop it here. Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
1
Makefile
1
Makefile
@ -20,5 +20,4 @@ install: all
|
||||
install -D -m0644 README.md $(DESTDIR)$(dracutmodulesdir)/55kdump/README
|
||||
install -D -m0755 kdump-load.sh $(DESTDIR)$(libdir)/kdump/kdump-load.sh
|
||||
install -D -m0755 submit-report.sh $(DESTDIR)$(libdir)/kdump/submit-report.sh
|
||||
install -D -m0755 submitter-load.sh $(DESTDIR)$(libdir)/kdump/submitter-load.sh
|
||||
install -D -m0644 kdump.conf $(DESTDIR)$(sharedir)/kdump/kdump.conf
|
||||
|
||||
Reference in New Issue
Block a user