Workstation bootstrapping repo for elgentos. Two installation paths:
autoinstall.yaml— Ubuntu Server autoinstall (full OS provisioning, partitioning, late-commands)Makefilesystem (installscript +*.makefiles) — post-install software setup on an existing OS
The Makefile system uses *.vars.make for variables and *.make for targets, organized by category (shell, editor, tool, etc.).
Before running Python scripts (e.g. autoinstall-validate.py), activate the virtual environment:
source .venv/bin/activate