all: Rename various files
Drop "steamos" references as well as "submit/submitter" wording given that we are decoupling the submission mechanism of the logs' collection. Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
6
Makefile
6
Makefile
@ -13,11 +13,11 @@ dracutmodulesdir := $(shell pkg-config --define-variable=prefix=$(prefix) --vari
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -D -m0644 kdump-steamos.service $(DESTDIR)$(systemdunitsdir)/kdump-steamos.service
|
install -D -m0644 kdump-init.service $(DESTDIR)$(systemdunitsdir)/kdump-init.service
|
||||||
install -D -m0644 20-kdump-steamos.conf $(DESTDIR)$(sysctldir)/20-kdump-steamos.conf
|
install -D -m0644 20-panic-sysctls.conf $(DESTDIR)$(sysctldir)/20-panic-sysctls.conf
|
||||||
install -D -m0755 kdump-collect.sh $(DESTDIR)$(dracutmodulesdir)/55kdump/kdump-collect.sh
|
install -D -m0755 kdump-collect.sh $(DESTDIR)$(dracutmodulesdir)/55kdump/kdump-collect.sh
|
||||||
install -D -m0755 module-setup.sh $(DESTDIR)$(dracutmodulesdir)/55kdump/module-setup.sh
|
install -D -m0755 module-setup.sh $(DESTDIR)$(dracutmodulesdir)/55kdump/module-setup.sh
|
||||||
install -D -m0644 README.md $(DESTDIR)$(dracutmodulesdir)/55kdump/README
|
install -D -m0644 README.md $(DESTDIR)$(dracutmodulesdir)/55kdump/README
|
||||||
install -D -m0755 kdump-load.sh $(DESTDIR)$(libdir)/kdump/kdump-load.sh
|
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 save-dumps.sh $(DESTDIR)$(libdir)/kdump/save-dumps.sh
|
||||||
install -D -m0644 kdump.conf $(DESTDIR)$(sharedir)/kdump/kdump.conf
|
install -D -m0644 kdump.conf $(DESTDIR)$(sharedir)/kdump/kdump.conf
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
# 1. Install the package with pacman if not available in your image; to check
|
# 1. Install the package with pacman if not available in your image; to check
|
||||||
# if it's already installed look the pacman installed package list. Also, be
|
# if it's already installed look the pacman installed package list. Also, be
|
||||||
# sure the systemd service was properly loaded by checking
|
# sure the systemd service was properly loaded by checking
|
||||||
# 'systemctl status kdump-steamos.service'.
|
# 'systemctl status kdump-init.service'.
|
||||||
#
|
#
|
||||||
# 2. In a crash event, the dmesg log is collected, and by default this happens
|
# 2. In a crash event, the dmesg log is collected, and by default this happens
|
||||||
# via the Pstore mechanism, i.e., no extra memory should be reserved and no
|
# via the Pstore mechanism, i.e., no extra memory should be reserved and no
|
||||||
|
|||||||
@ -10,7 +10,7 @@ Description=SteamOS kdump loader boot-time service
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
ExecStartPre=/usr/lib/kdump/kdump-load.sh
|
ExecStartPre=/usr/lib/kdump/kdump-load.sh
|
||||||
ExecStart=/usr/lib/kdump/submit-report.sh
|
ExecStart=/usr/lib/kdump/save-dumps.sh
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Reference in New Issue
Block a user