aboutsummaryrefslogtreecommitdiff
path: root/custom/install-claude
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename custom/ to installer/ for clarityCraig Jennings2026-02-231-24/+0
| | | | | | | | 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: standardize shebangs, fix lint target, add .editorconfigCraig Jennings2026-02-231-1/+1
| | | | | | | - Change all script shebangs to #!/usr/bin/env bash for portability (heredocs writing to installed systems keep #!/bin/bash) - Remove || true from Makefile lint target so shellcheck errors fail the build - Add .editorconfig for consistent formatting across editors
* Initial commit: archzfs ISO build systemCraig Jennings2026-01-171-0/+24
Build scripts for creating custom Arch Linux ISO with ZFS support. Includes installer scripts and VM testing setup.