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:
parent
3668e93d54
commit
511561918c
|
@ -29,5 +29,5 @@ unset VT
|
||||||
path = "/usr/lib/init.d/30_console"
|
path = "/usr/lib/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty /scheme/debug/no-preserve -J
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -38,5 +38,5 @@ unset VT
|
||||||
path = "/usr/lib/init.d/30_console"
|
path = "/usr/lib/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty /scheme/debug/no-preserve -J
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -19,5 +19,5 @@ userutils = {}
|
||||||
path = "/usr/lib/init.d/30_console"
|
path = "/usr/lib/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty /scheme/debug/no-preserve -J
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -33,7 +33,7 @@ path = "/usr/lib/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
inputd -A 2
|
inputd -A 2
|
||||||
getty 2
|
getty 2
|
||||||
getty debug: -J
|
getty /scheme/debug/no-preserve -J
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -28,7 +28,7 @@ unset VT
|
||||||
path = "/usr/lib/init.d/30_console"
|
path = "/usr/lib/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
getty --contain 2
|
getty --contain 2
|
||||||
getty --contain debug: -J
|
getty --contain /scheme/debug/no-preserve -J
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
Loading…
Reference in a new issue