From 7ae0e0fb977df72f28efca56af2efa4d8d5284ff Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Thu, 22 May 2025 20:22:31 +0200 Subject: [PATCH] Switch to VT 2 after booting for the minimal config --- config/minimal.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/minimal.toml b/config/minimal.toml index 014d1b4d..9011a9da 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -18,6 +18,7 @@ userutils = {} [[files]] path = "/usr/lib/init.d/30_console" data = """ +inputd -A 2 getty 2 getty /scheme/debug/no-preserve -J """