install: add split system and user targets

This commit is contained in:
Ryan Hughes
2026-06-04 18:35:01 -04:00
parent b29747a54b
commit 53e2611507
24 changed files with 172 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# System-level install work. Keep the actual logic in the same atomic
# packaging/config/login/post-install scripts used by the online installer.
source $OMARCHY_INSTALL/packaging/system.sh
source $OMARCHY_INSTALL/config/all.sh
source $OMARCHY_INSTALL/login/system.sh
source $OMARCHY_INSTALL/post-install/system.sh