Skip to content
Snippets Groups Projects

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

Merged bjorn3 requested to merge bjorn3/redox:fix_desktop_minimal_default_vt into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
"""
Loading