aboutsummaryrefslogtreecommitdiff
path: root/installer/lib/disk.sh
Commit message (Collapse)AuthorAgeFilesLines
* refactor: drop dead mount_efi and select_raid_level from lib/disk.shCraig Jennings9 days1-41/+0
| | | | | | | lib/disk.sh:mount_efi() was shadowed by installer/archangel:mount_efi() (different signature, no-arg ZFS-specific) and had zero callers. lib/disk.sh:select_raid_level() was superseded by get_raid_level() in archangel and also had zero callers. Both removed.
* refactor: rename custom/ to installer/ for clarityCraig Jennings2026-02-231-0/+204
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.