all: Drop SteamOS text references
Remove Steam/SteamOS references from things like headers, journal error messages, etc. While at it, also improve wording in some points. Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
# Copyright (c) 2021 Valve.
|
||||
# Maintainer: Guilherme G. Piccoli <gpiccoli@igalia.com>
|
||||
#
|
||||
# SteamOS kdump module construction/inclusion script for
|
||||
# Kdump-initrd module construction/inclusion script for
|
||||
# Dracut-based initramfs.
|
||||
#
|
||||
|
||||
@ -21,13 +21,13 @@ installkernel() {
|
||||
install() {
|
||||
# Having a valid /usr/share/kdump/kdump.conf is essential for kdump.
|
||||
if [ ! -s "/usr/share/kdump/kdump.conf" ]; then
|
||||
logger "kdump-steamos: failed to create initrd, kdump.conf is missing"
|
||||
logger "kdump: failed to create initrd, kdump.conf is missing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Also true for makedumpfile...
|
||||
if [ ! -x "$(command -v makedumpfile)" ]; then
|
||||
logger "kdump-steamos: failed to create initrd, makedumpfile is missing"
|
||||
logger "kdump: failed to create initrd, makedumpfile is missing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user