Merge branch 'fix_desktop_minimal_default_vt' into 'master'

Ensure that VT 3 is shown by default in the desktop-minimal config

See merge request redox-os/redox!1470
This commit is contained in:
Jeremy Soller 2024-07-19 19:18:40 +00:00
commit 833aa21809

View file

@ -21,3 +21,11 @@ path = "/usr/lib/init.d/20_orbital"
data = """
orbital orblogin launcher
"""
# Override console config to not switch to VT 2
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty debug: -J
"""