Initial version of SteamOS kdump

Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
Guilherme G. Piccoli
2023-03-31 15:34:26 -03:00
commit b75c91c98c
10 changed files with 316 additions and 0 deletions

13
submit_report.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
#
# SPDX-License-Identifier: LGPL-2.1+
#
# Copyright (c) 2021 Valve.
#
# This is a dummy script (for now) that aims to submit error/crash
# reports to Valve servers in order to do a post-mortem analysis.
# This is part of SteamOS kdump - it is invoked by systemd on boot time
# and for now it just graciously exits.
#
exit 0