From 5e0fb0b88e47309bda656cbdb0af63a88061a3a9 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:02:35 +0200 Subject: [PATCH] Simplify installer language and keyboard settings Removed comments and unnecessary lines from the configuration. --- iso/config.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/iso/config.toml b/iso/config.toml index 36af6ae..1598a4c 100644 --- a/iso/config.toml +++ b/iso/config.toml @@ -1,12 +1,5 @@ [customizations.installer.kickstart] contents = """ -# Sprache für den Installer und das Zielsystem +# Sprache und Tastatur festlegen lang de_DE.UTF-8 - -# Tastaturlayout (vckeymap für Konsole, xlayouts für KDE/X11) keyboard --vckeymap=de --xlayouts='de' - -# Erlaubt dem Installer, trotz der Kickstart-Vorgaben -# im interaktiven Modus zu bleiben -inst.interactive -"""