| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename custom/ to installer/ for clarity | Craig Jennings | 2026-02-23 | 1 | -1/+2 |
| | | | | | | | | | The custom/ directory name was an archiso implementation detail. Renamed to installer/ which clearly communicates that this directory contains the installer scripts and utilities that ship on the ISO. Updated all references in build.sh, Makefile, test-install.sh, and README. | ||||
| * | chore: add .shellcheckrc to suppress intentional shellcheck warnings | Craig Jennings | 2026-02-23 | 1 | -0/+20 |
| Configure shellcheck to ignore false positives from sourced file patterns (SC2034), intentional word splitting (SC2086), and other stylistic warnings that don't represent bugs. | |||||
