Files
fluffy-pancake/iso/config.toml
T

7 lines
146 B
TOML
Raw Normal View History

[customizations.installer.kickstart]
2026-03-12 18:46:43 +01:00
contents = """
# Sprache und Tastatur festlegen
2026-03-12 18:46:43 +01:00
lang de_DE.UTF-8
keyboard --vckeymap=de --xlayouts='de'
"""