| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename custom/ to installer/ for clarity | Craig Jennings | 2026-02-23 | 1 | -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 .editorconfig | Craig Jennings | 2026-02-23 | 1 | -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 system | Craig Jennings | 2026-01-17 | 1 | -0/+24 |
| Build scripts for creating custom Arch Linux ISO with ZFS support. Includes installer scripts and VM testing setup. | |||||
