mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Ensure that VT 3 is shown by default in the desktop-minimal config
This commit is contained in:
parent
bc8df84f57
commit
39d4629452
@ -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…
Reference in New Issue
Block a user