From 19188ef434a805f2ab267b359b09b40a78667716 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Thu, 12 Mar 2026 18:46:43 +0100 Subject: [PATCH] Update config.toml --- iso/config.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/iso/config.toml b/iso/config.toml index b6aa38b..b4125f4 100644 --- a/iso/config.toml +++ b/iso/config.toml @@ -1,6 +1,7 @@ -[image] -type = "anaconda-iso" -arch = "x86_64" +[customizations.installer.kickstart] +contents = """ +lang de_DE.UTF-8 +keyboard de -[installer] -image = "ghcr.io/humocs-man/fluffy-pancake:stable" +# Alles andere bleibt interaktiv +"""