furtka/webinstaller
Daniel Maksymilian Syrnicki 8c56c036cb
Some checks failed
Build ISO / build-iso (push) Successful in 16m44s
CI / lint (push) Failing after 25s
CI / test (push) Successful in 36s
CI / validate-json (push) Successful in 22s
CI / markdown-links (push) Successful in 29s
fix: enable Furtka units inside custom_commands, not services list
archinstall runs `systemctl enable` over the `services` list *before*
custom_commands, so our own unit files (written in custom_commands)
didn't exist yet at enable-time and install aborted with
"Unit furtka-welcome.service does not exist". Keep `caddy` +
`avahi-daemon` in `services` since those are packaged units present
right after pacstrap; move `furtka-welcome` + `furtka-status.timer`
to a `systemctl enable` call appended to custom_commands so they fire
after the unit files land on disk.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:34:34 +02:00
..
static feat: install progress bar + fix docker group creation order 2026-04-14 17:07:57 +02:00
templates feat: console welcome with proksi.local + post-install reboot flow 2026-04-14 18:08:59 +02:00
app.py fix: enable Furtka units inside custom_commands, not services list 2026-04-14 20:34:34 +02:00
drives.py feat: webinstaller writes archinstall config + execs install, styled 2026-04-14 10:54:49 +02:00
requirements.txt Fix installer basics: syntax, secrets, consolidation 2026-04-13 19:44:29 +02:00