From 8e491d74b7f073a9c1b3a782dc17ea060697bf5a Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 9 Jun 2026 03:09:19 +0300 Subject: [PATCH] config: redbear-full: evdevd in init, inputd removed --- config/redbear-full.toml | 15 --------------- 1 file changed, 15 deletions(-) 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 = """