Do not preserve debug console output in sys:log

This will prevent logd from ingesting it as logs in the future.
This commit is contained in:
bjorn3 2024-07-27 16:52:49 +02:00
parent 3668e93d54
commit 511561918c
5 changed files with 5 additions and 5 deletions

View file

@ -29,5 +29,5 @@ unset VT
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty debug: -J
getty /scheme/debug/no-preserve -J
"""

View file

@ -38,5 +38,5 @@ unset VT
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty debug: -J
getty /scheme/debug/no-preserve -J
"""

View file

@ -19,5 +19,5 @@ userutils = {}
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty debug: -J
getty /scheme/debug/no-preserve -J
"""

View file

@ -33,7 +33,7 @@ path = "/usr/lib/init.d/30_console"
data = """
inputd -A 2
getty 2
getty debug: -J
getty /scheme/debug/no-preserve -J
"""
[[files]]

View file

@ -28,7 +28,7 @@ unset VT
path = "/usr/lib/init.d/30_console"
data = """
getty --contain 2
getty --contain debug: -J
getty --contain /scheme/debug/no-preserve -J
"""
[[files]]