2022-12-01 12:12:42 -03:00
|
|
|
#!/bin/bash
|
|
|
|
|
set -uo pipefail
|
|
|
|
|
#
|
2023-04-02 12:26:00 -03:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2022-12-01 12:12:42 -03:00
|
|
|
#
|
|
|
|
|
# Copyright (c) 2021 Valve.
|
|
|
|
|
# Maintainer: Guilherme G. Piccoli <gpiccoli@igalia.com>
|
|
|
|
|
#
|
2023-03-22 20:08:47 -03:00
|
|
|
# This is the kdumpst log collector; this script prepares the
|
|
|
|
|
# collected data and save it in the local disk, in the first
|
|
|
|
|
# successful boot after the panic.
|
2022-12-01 12:12:42 -03:00
|
|
|
#
|