- Move recipe-generator/ to cook/ for cleaner structure - Fix ksflatten-relative path conversion to handle all %include paths - Fix validation exit code to only fail on actual errors - All recipes now generate and flatten successfully via make all
6 lines
302 B
Plaintext
6 lines
302 B
Plaintext
# Keyboard, language, and timezone configuration
|
|
|
|
keyboard --xlayouts='ch (fr)' # Set keyboard layouts for Romandy
|
|
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
|