Files
kdumpst/save-dumps.header
T

13 lines
331 B
Bash
Raw Normal View History

#!/bin/bash
set -uo pipefail
#
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# 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.
#