From 6631521d9f45b73f9b4df76db9148d82af8d57b9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 11:54:25 -0600 Subject: refactor: rename custom/ to installer/ for clarity 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. --- .shellcheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.shellcheckrc') diff --git a/.shellcheckrc b/.shellcheckrc index ae7c42f..c2d8dfd 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -16,5 +16,6 @@ # SC2059 - Variables in printf format (intentional for hex conversion) # SC2143 - Use grep -q (stylistic) # SC2207 - Prefer mapfile (arrays from command output) +# SC1003 - False positive on escaped single quotes in case patterns -disable=SC2034,SC2086,SC2162,SC2016,SC2317,SC2012,SC1091,SC2329,SC2011,SC2010,SC2129,SC2001,SC2059,SC2143,SC2207 +disable=SC2034,SC2086,SC2162,SC2016,SC2317,SC2012,SC1091,SC2329,SC2011,SC2010,SC2129,SC2001,SC2059,SC2143,SC2207,SC1003 -- cgit v1.2.3