Fix/image hardening #8

Merged
lukas merged 3 commits from fix/image-hardening into main 2026-09-23 17:10:08 +00:00
Showing only changes of commit 6931039809 - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
# Keyboard, language, and timezone configuration # Keyboard, language, and timezone configuration
keyboard --xlayouts='ch (fr)' # Set keyboard layouts for Romandy keyboard --vckeymap=ch-fr --xlayouts='ch (fr)' # Set keyboard layouts for Romandy: --vckeymap for the text console (tty login, headless), --xlayouts for graphical sessions
lang en_US.UTF-8 # Set system language to American English. More languages could be supported: --addsupport=cs_CZ,de_DE,en_UK lang en_US.UTF-8 # Set system language to American English. More languages could be supported: --addsupport=cs_CZ,de_DE,en_UK
timezone Europe/Zurich --utc # Set system timezone to Zurich timezone Europe/Zurich --utc # Set system timezone to Zurich