Merge branch 'switch_vt_on_minimal' into 'master'

Switch to VT 2 after booting for the minimal config

See merge request redox-os/redox!1579
This commit is contained in:
Jeremy Soller 2025-05-22 12:46:34 -06:00
commit a35e6e0ca3

View File

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