Initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
# 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=en_US.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
|
||||
Reference in New Issue
Block a user