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
+8
View File
@@ -0,0 +1,8 @@
run_logged $OMARCHY_INSTALL/post-install/first-run-mode.sh
run_logged $OMARCHY_INSTALL/post-install/pacman.sh
run_logged $OMARCHY_INSTALL/post-install/legacy-cleanup.sh
run_logged $OMARCHY_INSTALL/post-install/udev.sh
run_logged $OMARCHY_INSTALL/post-install/localdb.sh
if install_mode_is online; then
run_logged $OMARCHY_INSTALL/post-install/allow-reboot.sh
fi