From 2e6ed2acbfdb3df653b9fecdfab630a6a846f9f1 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Thu, 22 Jan 2026 20:50:24 -0500 Subject: [PATCH] Moved profile registry to lib/system for organizational consistency. --- install-arch-linux.sh | 2 +- profiles/registry.sh => lib/system/profiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename profiles/registry.sh => lib/system/profiles.sh (98%) diff --git a/install-arch-linux.sh b/install-arch-linux.sh index 9ede658..90e68b9 100755 --- a/install-arch-linux.sh +++ b/install-arch-linux.sh @@ -43,7 +43,7 @@ source "${SCRIPT_DIR}/lib/desktop/kde.sh" source "${SCRIPT_DIR}/lib/desktop/drivers.sh" # Source profile system -source "${SCRIPT_DIR}/profiles/registry.sh" +source "${SCRIPT_DIR}/lib/system/profiles.sh" # Enable error handling trap_errors diff --git a/profiles/registry.sh b/lib/system/profiles.sh similarity index 98% rename from profiles/registry.sh rename to lib/system/profiles.sh index b60ad29..2f1d305 100644 --- a/profiles/registry.sh +++ b/lib/system/profiles.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# registry.sh - Profile registry and management +# profiles.sh - Profile registry and management # # Provides functions to list, select, and install profiles. # Profile definitions are loaded from config/profiles.conf.