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:
@ -4,9 +4,9 @@
|
||||
# Maintainer: Guilherme G. Piccoli <gpiccoli@igalia.com>
|
||||
#
|
||||
# This file sets the sysctl parameters that are used by the
|
||||
# kdump-steamos package, in order to panic and reboot on
|
||||
# severe events, like oops or soft/hard lockups.
|
||||
# Also, we set panic_print in order to collect more info.
|
||||
# kdump package, in order to panic and reboot on severe events,
|
||||
# like oops or soft/hard lockups.
|
||||
# We also set panic_print in order to collect more info.
|
||||
|
||||
kernel.panic_on_oops = 1
|
||||
|
||||
@ -24,8 +24,8 @@ kernel.panic = -1
|
||||
# bit 6 - print all CPUs backtrace (currently on linux-next)
|
||||
kernel.panic_print = 71
|
||||
|
||||
# Currently disabled, since SteamOS might get stuck while
|
||||
# doing installation on drive using calamares.
|
||||
# Currently disabled, since we might get stuck in some
|
||||
# I/O operation and it won't be great panicking...
|
||||
kernel.hung_task_panic = 0
|
||||
|
||||
# A bit risky to panic on that, might cause undesirable panics
|
||||
|
||||
Reference in New Issue
Block a user