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

@ -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]]