furtka/webinstaller
Daniel Maksymilian Syrnicki 1d145f7f0c
Some checks failed
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / validate-json (push) Waiting to run
CI / markdown-links (push) Waiting to run
Build ISO / build-iso (push) Has been cancelled
fix: pick bootloader based on firmware (BIOS → GRUB, UEFI → systemd-boot)
systemd-boot is UEFI-only. Hardcoding it broke the install on
BIOS/legacy hosts with HardwareIncompatibilityError in
installer._add_systemd_bootloader. Detect via /sys/firmware/efi and
fall back to GRUB for BIOS.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:11:58 +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: pick bootloader based on firmware (BIOS → GRUB, UEFI → systemd-boot) 2026-04-15 09:11:58 +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