aboutsummaryrefslogtreecommitdiff
path: root/installer/lib/btrfs.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix: use pbkdf2 for LUKS2 containers instead of argon2idCraig Jennings12 days1-2/+5
| | | | | GRUB's LUKS2 support only handles pbkdf2. When /boot is inside the encrypted volume, argon2id causes GRUB to reject the correct password.
* refactor: rename custom/ to installer/ for clarityCraig Jennings2026-02-231-0/+900
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.