15 lines
596 B
Plaintext
15 lines
596 B
Plaintext
# Global build config — the single source of truth for a rebuild.
|
|
# EDIT before running 01-install/run.sh; 02-system/run.sh reads it again later.
|
|
|
|
# --- install target (used by 01-install) ---
|
|
DISK=/dev/vda # TARGET DISK — WILL BE COMPLETELY ERASED (e.g. /dev/nvme0n1)
|
|
HOSTNAME=arch-th
|
|
USERNAME=tobias
|
|
TIMEZONE=Europe/Berlin
|
|
LOCALE=de_DE.UTF-8
|
|
KEYMAP=de
|
|
|
|
# --- hardware / role (used by 02-system) ---
|
|
GPU=amd # amd | intel — installs 02-system/packages/graphics-<gpu>.txt
|
|
IS_DESKTOP=1 # 1 = desktop (no sleep, GPU fan/power tuning); 0 = laptop
|