diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 872e3efd5a..e76cbe7336 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -466,21 +466,6 @@ envs = { QT_PLUGIN_PATH = "/usr/plugins", QT_QPA_PLATFORM_PLUGIN_PATH = "/usr/pl type = "oneshot_async" """ -[[files]] -path = "/etc/init.d/29_activate_console.service" -data = """ -[unit] -description = "Activate fallback console VT" -requires_weak = [ - "05_boot-essential.target", -] - -[service] -cmd = "inputd" -args = ["-A", "2"] -type = "oneshot_async" -""" - [[files]] path = "/etc/init.d/30_console.service" data = """