Merge branch 'getty_no_preserve' into 'master'
Do not preserve debug console output in sys:log See merge request redox-os/redox!1476
This commit is contained in:
commit
9cb6725081
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -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
|
||||
"""
|
||||
|
|
|
@ -19,5 +19,5 @@ userutils = {}
|
|||
path = "/usr/lib/init.d/30_console"
|
||||
data = """
|
||||
getty 2
|
||||
getty debug: -J
|
||||
getty /scheme/debug/no-preserve -J
|
||||
"""
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue